-
Notifications
You must be signed in to change notification settings - Fork 40
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
PreRelease with conventional changelog behaves unexpectedly #90
Comments
Any update on this? |
Thanks @Blackclaws, @micaelmbagira's PR has been released in v8.0.2-next.0, feel free to try it out. Would love to get your feedback before releasing v8.0.2. |
@webpro thanks for merging! I've just run some tests and it does work as expected. Also in the last few weeks, I was using this branch in another project and it's worked well 👌 |
This should be fixed in v8.0.2, thanks for your patience everyone. |
When using conventional changelog together with a prerelease branch it behaves unexpectedly.
Expectation
Commits on pre-release branch + Message + Expected Versions:
Especially note the step from B -> C and C -> D.
Once we've incremented the minor version once from the base branch I expect that patch version no longer increments no matter what other fixes are pushed.
Reality
Without strictSemVer: true
With strictSemVer: true
Both are wrong. Without strictSemVer I don't get an increase in the minor number on a feature and with it I get increases in the minor number and patch numbers all the time.
The text was updated successfully, but these errors were encountered: