Skip to content

Commit

Permalink
add breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
magonxesp committed Jun 28, 2024
1 parent b7b4499 commit e82431e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ commit_preprocessors = [
]
# regex for parsing and grouping commits
commit_parsers = [
{ message = "^scope", group = "Breaking Changes" },
{ message = "^feat", group = "Features" },
{ message = "^fix", group = "Bug Fixes" },
{ message = "^doc", group = "Documentation" },
Expand Down

0 comments on commit e82431e

Please sign in to comment.