Skip to content

Commit e82431e

Browse files
committed
add breaking changes
1 parent b7b4499 commit e82431e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cliff.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ commit_preprocessors = [
4646
]
4747
# regex for parsing and grouping commits
4848
commit_parsers = [
49+
{ message = "^scope", group = "Breaking Changes" },
4950
{ message = "^feat", group = "Features" },
5051
{ message = "^fix", group = "Bug Fixes" },
5152
{ message = "^doc", group = "Documentation" },

0 commit comments

Comments
 (0)