-
Notifications
You must be signed in to change notification settings - Fork 653
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
[Bug] Wrong version on Mainline with tag #2610
Comments
If you tag |
No,, when i Tagged as 1.0.0.. the next calculated version is 1.0.0 which is correct |
Facing the same issue. "next-version" got broken. How do I install older version of gitversion? |
I don't think this bug is related to |
@asbjornu thank you for fast reply! Indeed was using Mainline and next-version, after updating to 5+ didn't notice the moment when it stopped working. |
Describe the bug
I Was testing GitVersion for the Mainline Mode.
I tagged my latest commit to 0.1.0
After tagging i used command gitversion /config on my main branch.
The next calculated version i get was 0.1.4(based upon my prev commits)
Expected Behavior
Expected behavior is that next calculated version should have been 0.1.0 as i have explicityly tagged
Another interesting behavior was when i tagged as 0.1.1 then next calculated version was 0.1.1
Actual Behavior
Calculate Version becomes 0.1.4
Possible Fix
Steps to Reproduce
Context
Your Environment
The text was updated successfully, but these errors were encountered: