1
1
mirror of https://github.com/orhun/git-cliff.git synced 2024-08-16 02:10:29 +03:00

chore(config): skip clippy commits in changelog

This commit is contained in:
Orhun Parmaksız 2024-03-11 00:07:50 +03:00
parent 72c1fa342f
commit 830528c0c0
No known key found for this signature in database
GPG Key ID: F83424824B3E4B90

View File

@ -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" },