diff --git a/cliff.toml b/cliff.toml index c956128..dffa757 100644 --- a/cliff.toml +++ b/cliff.toml @@ -46,7 +46,7 @@ commit_parsers = [ { message = "^style", group = "Styling"}, { message = "^test", group = "Testing"}, { message = "^chore\\(release\\): prepare for", skip = true}, - { message = "^chore", group = "Miscellaneous Tasks", skip = false}, + { message = "^chore", group = "Miscellaneous Tasks", skip = true}, { body = ".*security", group = "Security"}, ] # filter out the commits that are not matched by commit parsers