From 663af6fe04a87985c3d47b25bb2c2acbdfa8f92a Mon Sep 17 00:00:00 2001 From: Edgar Luque Date: Wed, 13 Mar 2024 12:31:43 +0100 Subject: [PATCH] chore: git cliff config --- cliff.toml | 1 + 1 file changed, 1 insertion(+) 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