Skip to content

Commit 1a31f7d

Browse files
committed
chore(cliff.toml): add filter_commits = true
1 parent 3f97d25 commit 1a31f7d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cliff.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ commit_parsers = [
1111
{ message = "^style", group = "<!-- 5 -->Styling" },
1212
{ message = "^test", group = "<!-- 6 -->Testing" },
1313
]
14+
# protect breaking changes from being skipped due to matching a skipping commit_parser
15+
protect_breaking_commits = false

0 commit comments

Comments
 (0)