-
-
Notifications
You must be signed in to change notification settings - Fork 203
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
Bump does not work properly #343
Comments
Thanks for opening your first issue at git-cliff! Be sure to follow the issue template! ⛰️ |
Hello, thanks for reporting this!
Created #344
Not sure what happened there, maybe ping @MarcoIeni who is the author of next_version. |
This is not how the
In rust, |
I think this behavior is fine as long as it is documented in |
The behavior has changed to support this use case in 4eef684 |
Describe the bug
Bump does not reliably bump the version e.g. for a minor change ( feat: ) .In addition sometimes it produces "null" as next version (but i have not found a way to reproduce it).
BTW Just an idea: git cliff --bump --unreleased should offer to create the tag "v0.0.1" if no tag is set before.
To reproduce
Expected behavior
It should be bumped to 0.1.0.
Screenshots / Logs
Software information
The text was updated successfully, but these errors were encountered: