You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'.
The text was updated successfully, but these errors were encountered:
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'.
The text was updated successfully, but these errors were encountered: