Skip to content

it doesn't seem to bump the version correctly #2958

Answered by HHobeck
vishu42 asked this question in Q&A
Discussion options

You must be logged in to vote

The bump message increment behaves different depending on whether you run it on branches with mainline or non-mainline mode. In this case I expect you are in a branch with ContinuousDelivery mode with increment Minor and complaining about that the commit message semver+: patch not considered right!?

The bump message feature like it is implemented in the actual version of git-version is there to bump the increment to a higher value for the calculation of the next version. If lets say the base version is 1.0.0 then the following matrix applies:

A commit without a bump message yields:

  • on branches with increment none to 1.0.0
  • on branches with increment patch to 1.0.1
  • on branches with increme…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by HHobeck
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants