Skip to content

Commit

Permalink
Update release-drafter.yml to current labels
Browse files Browse the repository at this point in the history
  • Loading branch information
CM000n authored Dec 22, 2023
1 parent 057595f commit 509daa2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,20 @@ name-template: "v$RESOLVED_VERSION 🌈"
tag-template: "v$RESOLVED_VERSION"
sort-direction: ascending
categories:
- title: "⚠ Breaking changes"
- 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"
- title: "πŸ’¬ Translations"
labels: [":speech_balloon: translation"]
- title: "πŸ“„ Documentation"
- title: "πŸ“ Documentation"
labels: [":memo: documentation"]
- title: "🎲 Dopendencies"
labels: [":game_die: documentation"]
change-template: "- $TITLE @$AUTHOR (#$NUMBER)"
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
template: |
Expand Down

0 comments on commit 509daa2

Please sign in to comment.