From 22d38fd0e7b63c356685fe005a78907fb4ac52f1 Mon Sep 17 00:00:00 2001 From: EttyKitty <20323032+EttyKitty@users.noreply.github.com> Date: Thu, 7 Nov 2024 02:20:41 +0300 Subject: [PATCH] chore: update .github/release.yml --- .github/release.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/release.yml b/.github/release.yml index 46935fbc3..d38687b3a 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -3,20 +3,20 @@ changelog: exclude: labels: - - PR: Docs + - "PR: Docs" categories: - title: Possibly Breaking Changes labels: - - PR: Breaking! - - PR: Major Feat! + - "PR: Breaking!" + - "PR: Major Feat!" - title: New/Changed labels: - - PR: Feature - - PR: Misc Change + - "PR: Feature" + - "PR: Misc Change" - title: Fixes labels: - - PR: Fix - - PR: Performance + - "PR: Fix" + - "PR: Performance" - title: Other Changes labels: - "*"