diff --git a/config/cliff.toml b/config/cliff.toml index 3d562041ba..8656d82b23 100644 --- a/config/cliff.toml +++ b/config/cliff.toml @@ -74,6 +74,7 @@ commit_parsers = [ { message = "^chore|^ci", group = "⚙️ Miscellaneous Tasks" }, { body = ".*security", group = "🛡️ Security" }, { message = "^revert", group = "◀️ Revert" }, + { message = ".*", group = "💼 Other" }, ] # filter out the commits that are not matched by commit parsers filter_commits = false