Skip to content

Commit

Permalink
chore(config): add the 'other' parser to the default config
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Oct 17, 2024
1 parent 84771f6 commit 12cb1df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ commit_parsers = [
{ message = "^chore|^ci", group = "<!-- 7 -->⚙️ Miscellaneous Tasks" },
{ body = ".*security", group = "<!-- 8 -->🛡️ Security" },
{ message = "^revert", group = "<!-- 9 -->◀️ Revert" },
{ message = ".*", group = "<!-- 10 -->💼 Other" },
]
# filter out the commits that are not matched by commit parsers
filter_commits = false
Expand Down

0 comments on commit 12cb1df

Please sign in to comment.