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.
1 parent b7b4499 commit e82431eCopy full SHA for e82431e
cliff.toml
@@ -46,6 +46,7 @@ commit_preprocessors = [
46
]
47
# regex for parsing and grouping commits
48
commit_parsers = [
49
+ { message = "^scope", group = "Breaking Changes" },
50
{ message = "^feat", group = "Features" },
51
{ message = "^fix", group = "Bug Fixes" },
52
{ message = "^doc", group = "Documentation" },
0 commit comments