Skip to content

Commit

Permalink
don't use defautl scope in other changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
edg-l committed Mar 13, 2024
1 parent e9a0aa5 commit 1a1faf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +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"},
{ message = ".*", group = "<!-- 10 -->Other"},
]
# protect breaking changes from being skipped due to matching a skipping commit_parser
protect_breaking_commits = false
Expand Down

0 comments on commit 1a1faf8

Please sign in to comment.