Skip to content

Commit

Permalink
🔧 misc: update changelog sections
Browse files Browse the repository at this point in the history
  • Loading branch information
welpo committed Feb 7, 2024
1 parent 9b8b139 commit 0e6c5c2
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,12 @@ commit_preprocessors = [
# regex for parsing and grouping commits
commit_parsers = [
{ message = "^feat", group = "<!-- 0 -->✨ Features" },
{ message = "^fix", group = "<!-- 1 -->🐛 Bug Fixes" },
{ message = "^fix", group = "<!-- 1 -->🐛 Bug fixes" },
{ message = "^style", group = "<!-- 2 -->💄 Styling" },
{ message = "^perf", group = "<!-- 3 -->⚡️ Performance" },
{ message = "^doc", group = "<!-- 4 -->📝 Documentation" },
{ message = "^refactor", group = "<!-- 5 -->♻️ Refactor" },
{ message = "^revert", group = "<!-- 6 -->⏪️ Revert" },
{ message = "^deprecate", group = "<!-- 7 -->🗑️ Deprecations" },
{ message = "^test", group = "✅ Testing" },
{ message = "^doc", group = "<!-- 3 -->📝 Documentation" },
{ message = "^refactor", group = "<!-- 4 -->♻️ Refactor" },
{ message = "^test", group = "<!-- 5 -->✅ Testing" },
{ message = "^misc", group = "<!-- 6 -->🔧 Miscellaneous tasks" },
{ message = "^chore", skip = true },
]
# protect breaking changes from being skipped due to matching a skipping commit_parser
Expand Down

0 comments on commit 0e6c5c2

Please sign in to comment.