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