diff --git a/cliff.toml b/cliff.toml index c717585f6..fd37973eb 100644 --- a/cliff.toml +++ b/cliff.toml @@ -70,7 +70,7 @@ commit_parsers = [ { message = "^chore|^ci", group = "⚙️ Miscellaneous Tasks" }, { body = ".*security", group = "🛡️ Security" }, { message = "^revert", group = "◀️ Revert" }, - { message = ".*", group = "Other", default_scope = "other"}, + { message = ".*", group = "Other"}, ] # protect breaking changes from being skipped due to matching a skipping commit_parser protect_breaking_commits = false