Skip to content

Commit 12cb1df

Browse files
committed
chore(config): add the 'other' parser to the default config
1 parent 84771f6 commit 12cb1df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/cliff.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ commit_parsers = [
7474
{ message = "^chore|^ci", group = "<!-- 7 -->⚙️ Miscellaneous Tasks" },
7575
{ body = ".*security", group = "<!-- 8 -->🛡️ Security" },
7676
{ message = "^revert", group = "<!-- 9 -->◀️ Revert" },
77+
{ message = ".*", group = "<!-- 10 -->💼 Other" },
7778
]
7879
# filter out the commits that are not matched by commit parsers
7980
filter_commits = false

0 commit comments

Comments
 (0)