We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7f3fa3 commit 25b325cCopy full SHA for 25b325c
1 file changed
cliff.toml
@@ -3,13 +3,15 @@
3
4
[git]
5
commit_parsers = [
6
- { message = "^doc", group = "<!-- 3 -->Documentation" },
7
{ message = "^feat", group = "<!-- 0 -->Features" },
8
{ message = "^fix", group = "<!-- 1 -->Bug Fixes" },
9
{ message = "^perf", group = "<!-- 2 -->Performance" },
+ { message = "^doc", group = "<!-- 3 -->Documentation" },
10
{ message = "^refactor", group = "<!-- 4 -->Refactor" },
11
{ message = "^style", group = "<!-- 5 -->Styling" },
12
{ message = "^test", group = "<!-- 6 -->Testing" },
13
+ { message = "^chore", group = "<!-- 7 -->Chore" },
14
+ { message = "^ci", group = "<!-- 8 -->CI" },
15
]
16
# protect breaking changes from being skipped due to matching a skipping commit_parser
17
protect_breaking_commits = false
0 commit comments