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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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 thetypeto drive the version number changes. Examplepyproject.tomlconfig:As far as I can tell,
bump_mapread only the first match. So even if I specifyfeat!, it doesn't pick it up. The same goes for theBREAKING CHANGEfooter.Is this way of specifying breaking changes even supported or would I have to diverge from the standard and use a
breakingkind 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