We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
filter_commits = true
1 parent 3f97d25 commit 1a31f7dCopy full SHA for 1a31f7d
cliff.toml
@@ -11,3 +11,5 @@ commit_parsers = [
11
{ message = "^style", group = "<!-- 5 -->Styling" },
12
{ message = "^test", group = "<!-- 6 -->Testing" },
13
]
14
+# protect breaking changes from being skipped due to matching a skipping commit_parser
15
+protect_breaking_commits = false
0 commit comments