diff --git a/cliff.toml b/cliff.toml index 4f05025982d..7206d525040 100644 --- a/cliff.toml +++ b/cliff.toml @@ -108,7 +108,6 @@ commit_parsers = [ { message = "^perf", group = "Changed" }, { message = "^style", group = "Changed" }, { message = "^test", group = "Changed" }, - { message = "^security", group = "Security" }, { body = ".*security", group = "Security" }, { message = ".*", group = "Other" }, # we can also sort by PR labels, if this is easier