From 939cc1ea0885e8840af0268a9957f207d33cebf8 Mon Sep 17 00:00:00 2001 From: Barry Morrison <689591+esacteksab@users.noreply.github.com> Date: Fri, 28 Mar 2025 18:49:44 -0500 Subject: [PATCH] ci: simplified release notes since we don't use labels --- .github/release.yml | 42 +++++++----------------------------------- 1 file changed, 7 insertions(+), 35 deletions(-) diff --git a/.github/release.yml b/.github/release.yml index 50c2371..5f6840a 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -4,41 +4,13 @@ changelog: - ignore-changelog categories: - - title: ":warning: Update considerations and deprecations" - labels: - - "type: breaking" - - "type: deprecation" - - "type: regression" - - "type: revert" - - - title: ":rocket: New features and improvements" - labels: - - "type: feature" - - "type: enhancement" - - - title: ":lady_beetle: Bug fixes" - labels: - - "type: fix" - - "type: bug" - - - title: ":nail_polish: Style, UI, UX" - labels: - - "type: UX" - - "type: UI" - - - title: ":book: Documentation" - labels: - - "type: documentation" - - - title: ":hammer: Build/Test Dependency Upgrades" + - title: ":question: What's Changed" labels: - - "type: dependencies" - - "type: testing" - - "type: ci/cd" - - "type: build" - - "type: chore" - - "type: task" + - "*" + exclude: + labels: + - dependencies - - title: ":question: What's Changed" + - title: ":hammer: Dependencies" labels: - - "type: refactor" + - dependencies