Skip to content

Commit

Permalink
style: πŸ’„ Format
Browse files Browse the repository at this point in the history
  • Loading branch information
AntwortEinesLebens committed Nov 3, 2024
1 parent 151414c commit cab6a2f
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,29 +50,29 @@ footer = """
"""
trim = true
postprocessors = [
{ pattern = '<REPO>', replace = "https://github.com/frack113/MalwareTracesGenerator/" },
{ pattern = '<REPO>', replace = "https://github.com/frack113/MalwareTracesGenerator/" },
]

[git]
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 cab6a2f

Please sign in to comment.