Skip to content

Commit

Permalink
chore: update release drafter config (#927)
Browse files Browse the repository at this point in the history
  • Loading branch information
firstof9 authored Jun 24, 2024
1 parent 0a4a180 commit 2a29146
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,27 +19,27 @@ autolabeler:
title:
- "/tests:/i"
categories:
- title: ":boom: Breaking Change :boom:"
- title: "💥 Breaking Change 💥"
labels:
- "breaking-change"
- title: ":zap: Enhancements :zap:"
- title: " Enhancements "
labels:
- "enhancement"
- title: ":sparkles: New Features :sparkles:"
- title: " New Features "
labels:
- "feature"
- title: ":bug: Bug Fixes :bug:"
- title: "🐛 Bug Fixes 🐛"
labels:
- "fix"
- "bugfix"
- "bug"
- title: ":wrench: Maintenance :wrench:"
- title: "🔧 Maintenance 🔧"
labels:
- "chore"
- title: ":mortar_board: Code Quality :mortar_board:"
- title: "🎓 Code Quality 🎓"
labels:
- "code-quality"
- title: ":books: Documentation :books:"
- title: "📚 Documentation 📚"
labels:
- "documentation"
template: |
Expand Down

0 comments on commit 2a29146

Please sign in to comment.