Skip to content

Commit 25b325c

Browse files
committed
chore: add more entries to changelog
1 parent a7f3fa3 commit 25b325c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

cliff.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@
33

44
[git]
55
commit_parsers = [
6-
{ message = "^doc", group = "<!-- 3 -->Documentation" },
76
{ message = "^feat", group = "<!-- 0 -->Features" },
87
{ message = "^fix", group = "<!-- 1 -->Bug Fixes" },
98
{ message = "^perf", group = "<!-- 2 -->Performance" },
9+
{ message = "^doc", group = "<!-- 3 -->Documentation" },
1010
{ message = "^refactor", group = "<!-- 4 -->Refactor" },
1111
{ message = "^style", group = "<!-- 5 -->Styling" },
1212
{ message = "^test", group = "<!-- 6 -->Testing" },
13+
{ message = "^chore", group = "<!-- 7 -->Chore" },
14+
{ message = "^ci", group = "<!-- 8 -->CI" },
1315
]
1416
# protect breaking changes from being skipped due to matching a skipping commit_parser
1517
protect_breaking_commits = false

0 commit comments

Comments
 (0)