Skip to content

Commit

Permalink
chore: sync cliff.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Jun 4, 2024
1 parent 602543c commit 24c10ac
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ commit_preprocessors = [
{ pattern = '#(\d+)', replace = "[#$1](https://github.com/alloy-rs/nybbles/issues/$1)" },
]
commit_parsers = [
{ message = "^feat", group = "Features" },
{ message = "^fix", group = "Bug Fixes" },
{ message = "^doc", group = "Documentation" },
{ message = "^[Ff]eat", group = "Features" },
{ message = "^[Ff]ix", group = "Bug Fixes" },
{ message = "^[Dd]oc", group = "Documentation" },
{ message = ".*\\b([Dd]eps|[Dd]ependencies|[Bb]ump)\\b", group = "Dependencies" },
{ message = "^perf", group = "Performance" },
{ message = "^refactor", group = "Refactor" },
{ message = ".*\\b(style|fmt|format)\\b", group = "Styling" },
{ message = "^test", group = "Testing" },
{ message = "^chore", group = "Miscellaneous Tasks" },
{ message = "^[Pp]erf", group = "Performance" },
{ message = "^[Rr]efactor", group = "Refactor" },
{ message = ".*\\b([Ss]tyle|[Ff]mt|[Ff]ormat)\\b", group = "Styling" },
{ message = "^[Tt]est", group = "Testing" },
{ message = "^[Cc]hore", group = "Miscellaneous Tasks" },

{ message = ".*", group = "Other" },
]
Expand Down

0 comments on commit 24c10ac

Please sign in to comment.