Replies: 1 comment
-
Hi @nomike, thanks for your question. There's no declarative way to specify a regex. You could try to implement your own message style in Python. Alternatively you could try using Git trailers instead of a prefix in the commit message summary (but that means changing your org process so not great). Finally I recommend you have a look at git-cliff, which might offer such a feature. |
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.
-
My organization requires commit messages to be prefixed with a jira-ticket number so commits typically look like these examples:
Is there a way to configure
git-changelog
to still detect the convention-keywords ("change", "doc", "fix", etc.) correctly?I found an option for specifying a regex to parse version numbers, but I haven't seen anything in the docs about a regex for parsing the commit comment.
Beta Was this translation helpful? Give feedback.
All reactions