From 9fa8b98a547dd7bf5405a539f1b98df3dcbd85da Mon Sep 17 00:00:00 2001 From: Pia B Date: Tue, 7 Jul 2026 15:59:45 +0200 Subject: [PATCH] remove the matcher I added for test reasons --- cliff.toml | 1 - 1 file changed, 1 deletion(-) 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