-
Hi Team, I used the default settings for |
Beta Was this translation helpful? Give feedback.
Answered by
woile
Oct 25, 2024
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"} |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
orcahmlee
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't think so, you'll have to add a customize, something like: