-
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] 5.5.1 does not produce and incrementing version on main branch #2461
Comments
How does your |
If you're using |
Here: I'll try to remove next version and report back tomorrow. |
I removed next-version, seems to increment again on commits, but my versioning is now several versions behind. |
I agree this is a breaking change, but we won't bump to version 6 and we won't retract this change. The previous functionality of |
I tried creating empty commits with +semver commands, but it seems that they are ignored by gitversion. |
Describe the bug
I switched from master to main style branch naming.
New branch main from master, set main as default, delete master.
I switched from Azure DevOps to GitHub Actions.
Using 5.5.1 I could not get GitVersion to increment versions using +semver.
Reverting to 5.3.7 I could again get version increments.
Expected Behavior
I expect 5.5.1 to work the same as 5.3.7.
Actual Behavior
5.5.1 is not incrementing in +semver commit commands.
Possible Fix
Revert to 5.3.7
Steps to Reproduce
GitHub Action:
https://github.com/ptr727/Utilities/blob/main/.github/workflows/BuildPublishPipeline.yml
Diag from 5.5.1:
Diag from 5.3.7:
Context
CI/CD does not work.
Your Environment
https://github.com/ptr727/Utilities
https://github.com/ptr727/Utilities/blob/main/.github/workflows/BuildPublishPipeline.yml
The text was updated successfully, but these errors were encountered: