From 4aca5d6feeca58f58f82a5f76432e99619b0fc54 Mon Sep 17 00:00:00 2001 From: Swapnil Musale Date: Tue, 2 Apr 2024 00:56:32 +0530 Subject: [PATCH] Create release as per PR labels --- .github/release-drafter.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 96aece1..cf5f07c 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -1,17 +1,19 @@ name-template: 'v$RESOLVED_VERSION 🌈' tag-template: 'v$RESOLVED_VERSION' categories: - - title: '🚀 Features' + - title: 'Features 🚀' labels: - 'feature' - 'enhancement' - - title: '🐛 Bug Fixes' + - title: 'Bug Fixes 🐛' labels: - 'fix' - 'bugfix' - 'bug' - - title: '🧰 Maintenance' + - title: 'Maintenance 🧰' label: 'chore' + - title: 'Documentation 📚' + label: 'documentation' change-template: '- $TITLE @$AUTHOR (#$NUMBER)' change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks. version-resolver: