Skip to content

Commit

Permalink
chore: Never skip breaking changes with git-cliff
Browse files Browse the repository at this point in the history
Signed-off-by: Kévin Commaille <[email protected]>
  • Loading branch information
zecakeh committed Oct 29, 2024
1 parent 40f4fc1 commit bc4d167
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ commit_parsers = [
{ message = "^test", skip = true },
{ message = "^ci", skip = true },
]
# forbid parsers from skipping breaking changes
protect_breaking_commits = true
# filter out the commits that are not matched by commit parsers
filter_commits = true
# glob pattern for matching git tags
Expand Down

0 comments on commit bc4d167

Please sign in to comment.