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 84771f6 commit 12cb1dfCopy full SHA for 12cb1df
config/cliff.toml
@@ -74,6 +74,7 @@ commit_parsers = [
74
{ message = "^chore|^ci", group = "<!-- 7 -->⚙️ Miscellaneous Tasks" },
75
{ body = ".*security", group = "<!-- 8 -->🛡️ Security" },
76
{ message = "^revert", group = "<!-- 9 -->◀️ Revert" },
77
+ { message = ".*", group = "<!-- 10 -->💼 Other" },
78
]
79
# filter out the commits that are not matched by commit parsers
80
filter_commits = false
0 commit comments