Skip to content

Commit

Permalink
Update release-drafter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CM000n authored Dec 25, 2023
1 parent 833f0fa commit 8e63f20
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,20 @@ tag-template: v$RESOLVED_VERSION
change-template: '- #$NUMBER $TITLE @$AUTHOR'
sort-direction: ascending
categories:
- title: ⚠️ Breaking changes
label: breaking change
- title: 💡 Features
label: ':bulb: feature'
- title: ✨ Code enhancements
label: ':sparkles: enhancement'
- title: 🐛 Bug Fixes
label: ':bug: bug'
- title: 💬 Translations
label: ':speech_balloon: translation'
- title: 📝 Documentation
label: ':memo: documentation'
- title: "⚠️ Breaking changes"
labels: [":warning: breaking change"]
- title: "🚀 Features"
labels: [":rocket: feature"]
- title: "🔧 Code enhancements"
labels: [":wrench: enhancement"]
- title: "🐛 Bug Fixes"
labels: [":bug: bug"]
- title: "💬 Translations"
labels: [":speech_balloon: translation"]
- title: "📝 Documentation"
labels: [":memo: documentation"]
- title: "🎲 Dependencies"
labels: [":game_die: dependencies"]
version-resolver:
major:
labels:
Expand Down

0 comments on commit 8e63f20

Please sign in to comment.