diff --git a/cliff.toml b/cliff.toml index 172bc1754..390270a52 100644 --- a/cliff.toml +++ b/cliff.toml @@ -85,7 +85,7 @@ commit_parsers = [ { message = "^revert", group = "◀️ Revert" }, ] # protect breaking changes from being skipped due to matching a skipping commit_parser -protect_breaking_commits = false +protect_breaking_commits = true # filter out the commits that are not matched by commit parsers filter_commits = false # regex for matching git tags