-
Notifications
You must be signed in to change notification settings - Fork 652
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 semver calculation when making a PR from a hotfix branch to main branch #3187
Comments
It may be that the version number in |
@asbjornu |
@NightFox7, please have a look at the discussions in #3101 and #3190. I think they are relevant for your use-case. |
I ran the test of my PR on the branch of HHobeck PR #3101 but it is still not working correctly. However, I think micdenny has found the real issue in here #3020 (comment) |
This will be fixed after merging the PR #3190 |
🎉 This issue has been resolved in version 6.0.0 🎉 Your GitReleaseManager bot 📦🚀 |
Describe the bug
Running the gitversion calculation on a PR pull branch from Hotfix to Main result to a minor increment instead of a patch increment.
Here is some diagnostic logs :
I believe the fallback to develop causes the minor increment.
Expected Behavior
A Patch increment
Actual Behavior
A Minor increment
Possible Fix
Steps to Reproduce
See PR #3186
Your Environment
The text was updated successfully, but these errors were encountered: