Skip to content

Commit a0fd636

Browse files
fix typo
1 parent f0df7c6 commit a0fd636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-cliff-config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ commit_parsers = [
8888
{ message = "^fix*", group = "<!-- 1 -->:bug: Bug fixes" },
8989
{ message = "^perf*", group = "<!-- 2 -->:zap: Performance" },
9090
{ message = "^chore*", group = "<!-- 3 -->:gear: Miscellaneous" },
91-
{ message = "^docs*", group = "<!-- 3 -->:page_facing_up: Documentation" },
91+
{ message = "^docs*", group = "<!-- 4 -->:page_facing_up: Documentation" },
9292
]
9393

9494
# filter out the commits that are not matched by commit parsers

0 commit comments

Comments
 (0)