You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure whether we have an easy fix to this 🤔 We use git tag to do the operations. Also, it looks like an error out of commitizen's scope 🤔 @woile What do you think?
Description
In my situation there may be missing version tags for various reasons.
If the version in .cz.yaml is higher than the tag, it works just fine with a normal
cz bump --yes
However, if I use:
cz bump --yes --changelog
it fails with the messageNo tag found to do an incremental changelog
If I delete the changelog then rerun it works fine.
It would be great to just have a flag which handles this, for example --overwrite-changelog or something like that.
Steps to reproduce
Current behavior
No tag found to do an incremental changelog
Desired behavior
Flag to not fail on this error
Screenshots
No response
Environment
The text was updated successfully, but these errors were encountered: