Skip to content

Commit

Permalink
feat: add missing conventional commit types to cliff.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
gibbz00 committed Aug 17, 2024
1 parent 64e34ef commit 38f9208
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ commit_parsers = [
{ message = "^revert", group = "Removed" },

# Will be shown if they include breaking changes:
{ message = "^build", group = "Continuous Deployment", skip = true },
{ message = "^chore", group = "Miscellaneous", skip = true },
{ message = "^ci", group = "Continuous Integration", skip = true },
{ message = "^refactor", group = "Refactoring", skip = true },
{ message = "^style", group = "Style", skip = true },
{ message = "^test", group = "Test", skip = true },
Expand Down

0 comments on commit 38f9208

Please sign in to comment.