Skip to content

Commit

Permalink
chore: git cliff config
Browse files Browse the repository at this point in the history
  • Loading branch information
edg-l committed Mar 13, 2024
1 parent f8e119d commit 663af6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ commit_parsers = [
{ message = "^chore|^ci", group = "<!-- 7 -->⚙️ Miscellaneous Tasks" },
{ body = ".*security", group = "<!-- 8 -->🛡️ Security" },
{ message = "^revert", group = "<!-- 9 -->◀️ Revert" },
{ message = ".*", group = "<!-- 10 -->Other", default_scope = "other"},
]
# protect breaking changes from being skipped due to matching a skipping commit_parser
protect_breaking_commits = false
Expand Down

0 comments on commit 663af6f

Please sign in to comment.