Skip to content

Commit

Permalink
chore(cliff.toml): add filter_commits = true
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Dec 12, 2024
1 parent 3f97d25 commit 1a31f7d
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 @@ -11,3 +11,5 @@ commit_parsers = [
{ message = "^style", group = "<!-- 5 -->Styling" },
{ message = "^test", group = "<!-- 6 -->Testing" },
]
# protect breaking changes from being skipped due to matching a skipping commit_parser
protect_breaking_commits = false

0 comments on commit 1a31f7d

Please # to comment.