We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0df7c6 commit a0fd636Copy full SHA for a0fd636
git-cliff-config.toml
@@ -88,7 +88,7 @@ commit_parsers = [
88
{ message = "^fix*", group = "<!-- 1 -->:bug: Bug fixes" },
89
{ message = "^perf*", group = "<!-- 2 -->:zap: Performance" },
90
{ message = "^chore*", group = "<!-- 3 -->:gear: Miscellaneous" },
91
- { message = "^docs*", group = "<!-- 3 -->:page_facing_up: Documentation" },
+ { message = "^docs*", group = "<!-- 4 -->:page_facing_up: Documentation" },
92
]
93
94
# filter out the commits that are not matched by commit parsers
0 commit comments