diff --git a/cliff.toml b/cliff.toml index 5c9183715..c4fd25e32 100644 --- a/cliff.toml +++ b/cliff.toml @@ -24,6 +24,7 @@ commit_parsers = [ { message = "^style", group = "Styling"}, { message = "^chore\\(release\\): prepare for", skip = true}, { message = "^chore", group = "Miscellaneous Tasks"}, + { message = "^build", group = "Build system"}, # { body = ".*security", group = "Security"}, ] # protect breaking changes from being skipped due to matching a skipping commit_parser