From 8e63f200797f0886806f6c276d9cd67a86a3591d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20H=C3=B6rrle?= <7945681+CM000n@users.noreply.github.com> Date: Mon, 25 Dec 2023 22:58:44 +0100 Subject: [PATCH] Update release-drafter.yml --- .github/release-drafter.yml | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index e9829c5..4d09724 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -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: