Skip to content

Commit

Permalink
chore(config): skip clippy commits in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Mar 10, 2024
1 parent 72c1fa3 commit 830528c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ commit_parsers = [
{ message = "^fix", group = "<!-- 1 -->🐛 Bug Fixes" },
{ message = "^doc", group = "<!-- 3 -->📚 Documentation" },
{ message = "^perf", group = "<!-- 4 -->⚡ Performance" },
{ message = "^refactor\\(clippy\\)", skip = true },
{ message = "^refactor", group = "<!-- 2 -->🚜 Refactor" },
{ message = "^style", group = "<!-- 5 -->🎨 Styling" },
{ message = "^test", group = "<!-- 6 -->🧪 Testing" },
Expand Down

0 comments on commit 830528c

Please sign in to comment.