Skip to content

Commit

Permalink
refactor git-cliff commit_parsers
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-pmillz committed Apr 13, 2024
1 parent 606e70c commit 6336398
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ commit_parsers = [
{ message = "^add", group = "<!-- 0 -->:rocket: New features" },
{ message = "^feat*", group = "<!-- 0 -->:rocket: New features" },
{ message = "^.*: support", group = "<!-- 0 -->:rocket: New features" },
{ message = "^test", group = "<!-- 1 -->:bug: Bug fixes" },
{ message = "^fix*", group = "<!-- 1 -->:bug: Bug fixes" },
{ message = "^.*: fix", group = "<!-- 1 -->:bug: Bug fixes" },
{ message = "^refactor", group = "<!-- 2 -->🚜 Refactor" },
Expand Down

0 comments on commit 6336398

Please sign in to comment.