don't use defautl scope in other changelog

This commit is contained in:
Edgar 2024-03-13 12:32:52 +01:00
parent e9a0aa551c
commit 1a1faf81f2
No known key found for this signature in database
GPG Key ID: 70ADAE8F35904387
1 changed files with 1 additions and 1 deletions

View File

@ -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