diff --git a/cliff.toml b/cliff.toml index eaca5c0..d9e8072 100644 --- a/cliff.toml +++ b/cliff.toml @@ -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" },