Skip to content

Commit

Permalink
fix(cliff): add add and workflow types
Browse files Browse the repository at this point in the history
  • Loading branch information
comfysage committed Nov 10, 2023
1 parent 8c083fe commit eb1d184
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ commit_preprocessors = [
commit_parsers = [
{ message = "^rework", group = "Rework" },
{ message = "^feat", group = "Features" },
{ message = "^add", group = "Development" },
{ message = "^fix", group = "Bug Fixes" },
{ message = "^doc", group = "Documentation" },
{ message = "^perf", group = "Performance" },
Expand All @@ -54,7 +55,8 @@ commit_parsers = [
{ message = "^chore\\(deps\\)", skip = true },
{ message = "^chore\\(pr\\)", skip = true },
{ message = "^chore\\(pull\\)", skip = true },
{ message = "^chore|ci", group = "Miscellaneous Tasks" },
{ message = "^chore", group = "Miscellaneous Tasks" },
{ message = "^workflow|ci", group = "CI" },
{ body = ".*security", group = "Security" },
{ message = "^revert", group = "Revert" },
]
Expand Down

0 comments on commit eb1d184

Please sign in to comment.