# git-cliff ~ default configuration file
# https://git-cliff.org/docs/configuration
[]
= false
# filter out the commits that are not matched by commit parsers
= false
= [
{ = "^feat", = "<!-- 0 -->Features" },
{ = "^fix", = "<!-- 1 -->Bug Fixes" },
{ = "^doc", = "<!-- 2 -->Documentation" },
{ = "^perf", = "<!-- 3 -->Performance" },
{ = "^refactor", = "<!-- 4 -->Refactor" },
{ = "^test", = "<!-- 5 --> Testing" },
{ = "^release", = true },
]