chore(cliff): update config

This commit is contained in:
steven-omaha
2023-06-06 16:48:38 +02:00
parent 23129d9cb2
commit 79b1efe46f
+1 -1
View File
@@ -59,7 +59,7 @@ commit_parsers = [
{ message = "^style", group = "Styling" },
{ message = "^test", group = "Testing" },
{ message = "^ci", group = "CI" },
{ message = "^chore\\(release\\): prepare for", skip = true },
{ message = "^chore\\(release\\)", skip = true },
{ message = "^chore", group = "Miscellaneous Tasks" },
{ body = ".*security", group = "Security" },
]