Skip to content

Commit

Permalink
docs: update git-cliff configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Tr00d committed Mar 8, 2024
1 parent f09a93c commit df6b870
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 @@ -58,6 +58,7 @@ commit_parsers = [
{ message = "^Revert", group = "Reverts" },
{ message = "^Merge", group = "Merges" },
{ message = "^upgrade", group = "Dependencies upgrade" },
{ message = "^build", group = "Build updates" },
{ message = ".*", group = "Other", default_scope = "other" }
]
# protect breaking changes from being skipped due to matching a skipping commit_parser
Expand Down

0 comments on commit df6b870

Please sign in to comment.