Skip to content

Commit

Permalink
doc(changelog): fix commit message for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Mar 30, 2024
1 parent b4c4608 commit 00d8728
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 @@ -98,7 +98,7 @@ commit_parsers = [
{ message = '^chore\(release\): prepare for', skip = true },
{ message = '^chore\(pr\)', skip = true },
{ message = '^chore\(pull\)', skip = true },
{ message = '^chore: Release mise', skip = true },
{ message = '^chore: release', skip = true },
{ message = '^chore|^ci', group = "<!-- 7 -->⚙️ Miscellaneous Tasks" },
{ body = '.*security', group = "<!-- 8 -->🛡️ Security" },
{ message = '^revert', group = "<!-- 9 -->◀️ Revert" },
Expand Down

0 comments on commit 00d8728

Please sign in to comment.