From 12cb1df561cde39a9a0d0f719156a000f3f4d61b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Thu, 17 Oct 2024 11:37:46 +0300 Subject: [PATCH] chore(config): add the 'other' parser to the default config --- config/cliff.toml | 1 + 1 file changed, 1 insertion(+) 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