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

Development branch version not updated after creating a release branch #693

Closed
qetza opened this issue Oct 15, 2015 · 5 comments
Closed

Comments

@qetza
Copy link
Contributor

qetza commented Oct 15, 2015

When i create a release branch from dev i would expect my dev branch to start it's version based on the release branch.

For example if my 'dev' has version '0.2.0-unstable' and i create a release branch 'release/0.2.0' i would expect my next commit on dev to become '0.3.0-unstable'. Creating a new release branch 'release/0.5.0' (0.4.0 has gone missing :) ) would make my next 'dev' version '0.6.0-unstable'.

@JakeGinnivan
Copy link
Contributor

It will bump once the release branch is merged to master. Otherwise the version on develop would drop if you deleted the branch without merging.

@orjan
Copy link
Contributor

orjan commented Oct 16, 2015

@qetza is this issue the same as #695?

@qetza
Copy link
Contributor Author

qetza commented Oct 16, 2015

@orjan yes it's the same issue.

@orjan
Copy link
Contributor

orjan commented Oct 16, 2015

@qetza would you mind closing this issue and continue the discussion in #695?

@qetza qetza closed this as completed Oct 16, 2015
@qetza
Copy link
Contributor Author

qetza commented Oct 16, 2015

Same as issue #695

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

No branches or pull requests

3 participants