# git-cliff ~ configuration file
# https://git-cliff.org/docs/configuration
[]
= [
{ = "^doc", = "<!-- 3 -->Documentation" },
{ = "^feat", = "<!-- 0 -->Features" },
{ = "^fix", = "<!-- 1 -->Bug Fixes" },
{ = "^perf", = "<!-- 2 -->Performance" },
{ = "^refactor", = "<!-- 4 -->Refactor" },
{ = "^style", = "<!-- 5 -->Styling" },
{ = "^test", = "<!-- 6 -->Testing" },
]
# protect breaking changes from being skipped due to matching a skipping commit_parser
= false