-
Notifications
You must be signed in to change notification settings - Fork 106
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
Major version is not bumped on pre-release #272
Comments
Not 100% sure but I think the pre release always does |
Thanks, had a Quick Look at the docs and it seems you are correct. I think that would be a really nice feature if the action would take version bump type into consideration when bumping pre release
|
Now that i'm looking further in the code, I think we implemented
We should send the Is this something you could create a PR + test for? |
I don't think I have the bandwidth right now to get started on Im guessing something in the ways of below, would suffice. newVersion = semver.inc(version, (prerelease ? `pre${releaseType}` : releaseType), identifier) |
@bj00rn thanks for the PR, it's released as |
Seems that pre release is not bumping major version correctly. Is this intended behaviour.
I would expect that a pre-release with a breaking change would bump version number. In this case release should be
v6.0.0-rc.0
even though previous release was v5.1.1-rc.0.Or is this intended behaviour?
extract from logs at https://github.com/bj00rn/ha-saleryd-ftx/actions/runs/12018170980/job/33502074725
The text was updated successfully, but these errors were encountered: