From 44cb42132750bd12a2097311700b4fba4d66c934 Mon Sep 17 00:00:00 2001 From: Alan Greene Date: Wed, 22 Jan 2025 17:12:46 +0000 Subject: [PATCH] Remove redundant category in generated release notes The release notes generator only outputs an issue in the first matching category. This means the 'Deprecation notices' category is redundant and will never be produced. Instead, combine 'Breaking changes' and 'Deprecation notices' into a single category. --- .github/release.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/release.yml b/.github/release.yml index 93f6f4825..229f24b4c 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -3,10 +3,7 @@ changelog: labels: - release-note-none categories: - - title: 🚨 Breaking changes - labels: - - release-note-action-required - - title: 🚨 Deprecation notices + - title: 🚨 Breaking changes / deprecation notices labels: - release-note-action-required - title: ✨ Features