Replies: 1 comment
-
Having the same issue, couldn't find out how to configure it to firstly look if commit message doesn't contain |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello 👋
The conventional commit message format allows for different ways of specifying breaking changes:
However, I can't figure out how to use this in
cz bump
. It looks like I can use only thetype
to drive the version number changes. Examplepyproject.toml
config:As far as I can tell,
bump_map
read only the first match. So even if I specifyfeat!
, it doesn't pick it up. The same goes for theBREAKING CHANGE
footer.Is this way of specifying breaking changes even supported or would I have to diverge from the standard and use a
breaking
kind of type instead?I read through the entire documentation, searched existing issues and discussions and was not able to find any answers.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions