From efe40cd9724f7a000e5ab83ef6af60fb5c91de81 Mon Sep 17 00:00:00 2001 From: tr4nt0r <4445816+tr4nt0r@users.noreply.github.com> Date: Thu, 9 Jan 2025 01:09:46 +0100 Subject: [PATCH] Update release drafter configuration with emoji labels for better categorization --- .github/release-drafter.yml | 33 +++++++++++++++------------------ 1 file changed, 15 insertions(+), 18 deletions(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index e8a9180..8be4144 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -5,35 +5,34 @@ tag-template: 'v$RESOLVED_VERSION' categories: - title: '💥 Breaking changes' labels: - - 'breaking' + - ':boom: breaking' - title: '✨ New Features' labels: - - 'feature' - - 'enhancement' - - title: '🐛 Bug Fixes' + - ':sparkles: feature' + - title: '👻 Bug Fixes' labels: - - 'bug' - - title: '⚠️ Deprecations' + - ':ghost: bug' + - title: '🗄️ Deprecations' labels: - - 'deprecation' + - ':file_cabinet: deprecation' - title: '📃 Documentation' labels: - - 'documentation' + - ':book: documentation' - title: '🧩 Dependency Updates' labels: - - 'dependencies' - - 'github_actions' + - ':recycle: dependencies' collapse-after: 5 - title: '🧰 Maintenance' labels: - - 'ci' - - 'build' + - ':building_construction: build' + - ':construction_worker_woman: ci' - title: '🔬 Other updates' labels: - - 'style' - - 'testing' - - 'perfomance' - - 'refactor' + - ':nail_care: style' + - ':test_tube: testing' + - ':racing_car: performance' + - ':rocket: code quality' + autolabeler: - label: ':sparkles: feature' @@ -88,5 +87,3 @@ template: | $CHANGES Contributors: $CONTRIBUTORS - - **Full Changelog**: $REPOSITORY/compare/$PREVIOUS_TAG...$NEXT_COMPLETE_VERSION