Skip to content

Commit

Permalink
ci: add 'config' prefix to cliff
Browse files Browse the repository at this point in the history
  • Loading branch information
altsem committed Oct 19, 2024
1 parent 81b4b22 commit 8eaba68
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,9 @@ commit_preprocessors = [
commit_parsers = [
{ message = "^feat", group = "<!-- 0 -->πŸš€ Features" },
{ message = "^fix", group = "<!-- 1 -->πŸ› Bug Fixes" },
# { message = "^doc", group = "<!-- 3 -->πŸ“š Documentation" },
{ message = "^config", group = "<!-- 3 -->πŸ”§ Configuration" },
{ message = "^perf", group = "<!-- 4 -->⚑ Performance" },
# { message = "^refactor", group = "<!-- 2 -->🚜 Refactor" },
{ message = "^style", group = "<!-- 5 -->🎨 Styling" },
# { message = "^test", group = "<!-- 6 -->πŸ§ͺ Testing" },
# { message = "^chore\\(release\\): prepare for", skip = true },
# { message = "^chore\\(deps.*\\)", skip = true },
# { message = "^chore\\(pr\\)", skip = true },
# { message = "^chore\\(pull\\)", skip = true },
# { message = "^chore|^ci", group = "<!-- 7 -->βš™οΈ Miscellaneous Tasks" },
{ body = ".*security", group = "<!-- 8 -->πŸ›‘οΈ Security" },
{ message = "^revert", group = "<!-- 9 -->◀️ Revert" },
]
# protect breaking changes from being skipped due to matching a skipping commit_parser
protect_breaking_commits = false
Expand Down

0 comments on commit 8eaba68

Please sign in to comment.