Skip to content

I would like to show every commits on ChangeLog #1277

Answered by woile
orcahmlee asked this question in Q&A
Discussion options

You must be logged in to vote

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

Comment options

You must be logged in to vote
1 reply
@orcahmlee
Comment options

Answer selected by orcahmlee
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants