Skip to content

Commit

Permalink
Merge pull request #29 from frack113/style/make-format-ci-happy
Browse files Browse the repository at this point in the history
Style/make format ci happy
  • Loading branch information
frack113 authored Aug 21, 2024
2 parents fe305a9 + 21ed553 commit d67321b
Show file tree
Hide file tree
Showing 3 changed files with 301 additions and 301 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/WAG/" },
{ pattern = '<REPO>', replace = "https://github.com/frack113/WAG/" },
]

[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
Loading

0 comments on commit d67321b

Please sign in to comment.