Skip to content

Commit

Permalink
ci: Do not skip breaking commits in changelog (#454)
Browse files Browse the repository at this point in the history
  • Loading branch information
janbuchar authored Aug 22, 2024
1 parent b65e42f commit 02bc1bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ commit_parsers = [
{ message = "^revert", group = "<!-- 9 -->◀️ 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
Expand Down

0 comments on commit 02bc1bd

Please sign in to comment.