chore: fix the Breaking Change group

Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
Awiteb
2025-08-18 13:35:47 +00:00
parent ed1bfaf161
commit 5e76e413ab

View File

@@ -55,7 +55,7 @@ filter_unconventional = false
# Assigns commits to groups.
# Optionally sets the commit's scope and can decide to exclude commits from further processing.
commit_parsers = [
{ message = '^.*!:.*$', group = "Breaking Change" },
{ message = '^.*!:', group = "Breaking Change" },
{ message = '^feat', group = "Added" },
{ message = '^deprecate', group = "Deprecated" },
{ message = '^remove', group = "Removed" },