Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump develop when release branch created #832

Merged

Conversation

JakeGinnivan
Copy link
Contributor

@JakeGinnivan JakeGinnivan force-pushed the BumpDevelopWhenReleaseBranchCreated branch from e95b565 to 22741e9 Compare April 17, 2016 06:37
}

public bool IsCurrentBranchDevelop { get; private set; }
public bool IsCurrentBranchRelease { get; private set; }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JakeGinnivan very small point, but can we get a space between the properties?

@gep13
Copy link
Member

gep13 commented Apr 17, 2016

@JakeGinnivan apart from one small comment, this looks good to me. 👍

@asbjornu
Copy link
Member

I think this looks good! Rebase, let Travis and AppVeyor do their thing and if all green; merge?

@DanielRose
Copy link
Contributor

When will this be merged? I could really use this.

@JakeGinnivan
Copy link
Contributor Author

JakeGinnivan commented Jun 2, 2016

This is a bit of a change of behaviour. What does everyone think, changing defaults ok for a minor release? develop is going from unstable to alpha with this change

@asbjornu
Copy link
Member

asbjornu commented Jun 2, 2016

Since people can always configure develop to have the unstable tag, I think it's fine doing this in a minor. This configuration option should probably be mentioned in the release notes, though, so it's easily accessible information in case it causes trouble for anyone.

@JakeGinnivan
Copy link
Contributor Author

I need to see the impacts. It changes sorting and bumping rules. Changing back to unstable will cause more problems I think.

I think the sorting is the same, or better in most cases once this is merged. Spose we can release as a pre-release and gather feedback.

@JakeGinnivan JakeGinnivan force-pushed the BumpDevelopWhenReleaseBranchCreated branch from 3d7db4b to d193ec4 Compare July 17, 2016 03:24
@JakeGinnivan
Copy link
Contributor Author

@asbjornu have updated some of the images in the docs.

Will do the mainline docs update in that branch

@JakeGinnivan
Copy link
Contributor Author

This shows the real effect of this branch quite well.

image

@asbjornu
Copy link
Member

@JakeGinnivan That picture makes perfect sense. LGTM! 😄 👍

@JakeGinnivan JakeGinnivan merged commit e1f3576 into GitTools:master Jul 19, 2016
@JakeGinnivan JakeGinnivan deleted the BumpDevelopWhenReleaseBranchCreated branch July 19, 2016 14:42
@DanielRose
Copy link
Contributor

@JakeGinnivan One small thing I noticed: In docs/git-branching-strategies/img/39f9d8b8b007c82f1f80_major-release.png (also shown above), the effect of tagging the master branch is not shown anymore.

@JakeGinnivan
Copy link
Contributor Author

Nice catch @DanielRose, R#s test runner truncates output now and I didn't look properly :P

@JakeGinnivan
Copy link
Contributor Author

Have fixed that image in #950. Thanks @DanielRose

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants