Skip to content

Commit

Permalink
chore(git-cliff): skip changelog bump parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
devsheva committed Sep 10, 2024
1 parent 2d2fb7c commit e4013c6
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 @@ -58,6 +58,7 @@ commit_preprocessors = [
commit_parsers = [
{ message = "^feat", group = "<!-- 0 -->πŸš€ Features" },
{ message = "^fix", group = "<!-- 1 -->πŸ› Bug Fixes" },
{ message = "^docs: update changelog", skip = true },
{ message = "^doc", group = "<!-- 3 -->πŸ“š Documentation" },
{ message = "^perf", group = "<!-- 4 -->⚑ Performance" },
{ message = "^refactor", group = "<!-- 2 -->🚜 Refactor" },
Expand Down

0 comments on commit e4013c6

Please sign in to comment.