Skip to content

Commit

Permalink
fix(cliff): update commit parser syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
DamChtlv authored May 7, 2024
1 parent 1b79900 commit 0de21f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ commit_parsers = [
{ message = "^feat", group = "<!-- 0 -->🚀 Features" },
{ message = "^fix", group = "<!-- 1 -->🐛 Bugs fixed" },
{ message = "^ticket", group = "<!-- 2 -->🚜 Ticket" },
{ message = "^(update|refact|maj)\([A-Za-z0-9_-]+?\))+(:\ .*)$", group = "<!-- 6 -->🔨 Refactor / Update" },
{ message = "^(update|refact|maj)$", group = "<!-- 6 -->🔨 Refactor / Update" },
{ message = "^docs", group = "<!-- 3 -->📚 Documentation" },
{ message = "^init", group = "<!-- 4 -->💡 Initialisation" },
{ message = "^style", group = "<!-- 5 -->🎨 Style" },
Expand Down

0 comments on commit 0de21f3

Please sign in to comment.