Skip to content

Commit

Permalink
style: πŸ’„ Format cliff.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
AntwortEinesLebens committed Nov 3, 2024
1 parent 3f410d5 commit 151414c
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,21 +58,21 @@ conventional_commits = true
filter_unconventional = true
split_commits = false
commit_preprocessors = [
{ pattern = '\((\w+\s)?#([0-9]+)\)', replace = "([#${2}](<REPO>/issues/${2}))" },
{ pattern = '.*', replace_command = 'typos --write-changes -' },
{ pattern = '\((\w+\s)?#([0-9]+)\)', replace = "([#${2}](<REPO>/issues/${2}))" },
{ pattern = '.*', replace_command = 'typos --write-changes -' },
]
commit_parsers = [
{ message = "^feat", group = "<!-- 0 -->✨ Features" },
{ message = "^fix", group = "<!-- 1 -->πŸ› Bug Fixes" },
{ message = "^doc", group = "<!-- 2 -->πŸ“š Documentation" },
{ message = "^style", group = "<!-- 3 -->πŸ’„ Styling" },
{ message = "^refactor", group = "<!-- 4 -->πŸ”¨ Refactor" },
{ message = "^perf", group = "<!-- 5 -->⚑ Performance" },
{ message = "^test", group = "<!-- 6 -->🚨 Testing" },
{ message = "^build", group = "<!-- 7 -->πŸ“¦ Build" },
{ message = "^ci", group = "<!-- 8 -->πŸ€– CI" },
{ message = "^chore", group = "<!-- 9 -->🧹 Miscellaneous" },
{ message = "^revert", group = "<!-- 10 -->βͺ Revert" },
{ message = "^feat", group = "<!-- 0 -->✨ Features" },
{ message = "^fix", group = "<!-- 1 -->πŸ› Bug Fixes" },
{ message = "^doc", group = "<!-- 2 -->πŸ“š Documentation" },
{ message = "^style", group = "<!-- 3 -->πŸ’„ Styling" },
{ message = "^refactor", group = "<!-- 4 -->πŸ”¨ Refactor" },
{ message = "^perf", group = "<!-- 5 -->⚑ Performance" },
{ message = "^test", group = "<!-- 6 -->🚨 Testing" },
{ message = "^build", group = "<!-- 7 -->πŸ“¦ Build" },
{ message = "^ci", group = "<!-- 8 -->πŸ€– CI" },
{ message = "^chore", group = "<!-- 9 -->🧹 Miscellaneous" },
{ message = "^revert", group = "<!-- 10 -->βͺ Revert" },
]
protect_breaking_commits = false
filter_commits = false
Expand Down

0 comments on commit 151414c

Please sign in to comment.