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
I have set increment: Minor in my GitVersion.yml, everything else is default. I am on main, where the last tag (a few commits ago) was 1.1.30. I run gitversion
Expected Behavior
The new version should be 1.2.0 (like in the SemVer field of the output).
Actual Behavior
The new version is 1.1.31.
Possible Fix
Steps to Reproduce
See description above.
Context
See above.
Your Environment
Version Used: 5.11.0 and 5.11.1
Operating System and version (Windows 10, Ubuntu 18.04): OSX
Link to your project:
Link to your CI build (if appropriate):
The text was updated successfully, but these errors were encountered:
Describe the bug
I have set
increment: Minor
in my GitVersion.yml, everything else is default. I am onmain
, where the last tag (a few commits ago) was1.1.30
. I rungitversion
Expected Behavior
The new version should be
1.2.0
(like in theSemVer
field of the output).Actual Behavior
The new version is
1.1.31
.Possible Fix
Steps to Reproduce
See description above.
Context
See above.
Your Environment
The text was updated successfully, but these errors were encountered: