Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork304
-
Hi Team, I used the default settings for |
BetaWas this translation helpful?Give feedback.
All reactions
Answered by woileOct 25, 2024
I don't think so, you'll have to add a customize, something like:
[tool.commitizen.customize]commit_parser ="^((?P<change_type>feat|fix|refactor|perf|docs|style|refactor|BREAKING CHANGE)(?:\\((?P<scope>[^()\r\n]*)\\)|\\()?(?P<breaking>!)?|\\w+!):\\s(?P<message>.*)?"changelog_pattern ="^((BREAKING[\\-\\ ]CHANGE|\\w+)(\\(.+\\))?!?):"change_type_map = {"feat"="Feat","fix"="Fix","refactor"="Refactor","perf"="Perf","docs"="Docs","style"="Style"}
Replies: 1 comment 1 reply
-
I don't think so, you'll have to add a customize, something like: [tool.commitizen.customize]commit_parser ="^((?P<change_type>feat|fix|refactor|perf|docs|style|refactor|BREAKING CHANGE)(?:\\((?P<scope>[^()\r\n]*)\\)|\\()?(?P<breaking>!)?|\\w+!):\\s(?P<message>.*)?"changelog_pattern ="^((BREAKING[\\-\\ ]CHANGE|\\w+)(\\(.+\\))?!?):"change_type_map = {"feat"="Feat","fix"="Fix","refactor"="Refactor","perf"="Perf","docs"="Docs","style"="Style"} |
BetaWas this translation helpful?Give feedback.
All reactions
1 reply
-
Thanks for your reply with the wonderful example. I would try it. |
BetaWas this translation helpful?Give feedback.
All reactions
Answer selected byorcahmlee
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment