From 520e7564d7f97c435534c6a70d627dc7a873fcdd Mon Sep 17 00:00:00 2001 From: Rick Ossendrijver Date: Sat, 23 Mar 2024 19:06:37 +0100 Subject: [PATCH] Start release notes with `Update considerations and deprecations` --- .github/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/release.yml b/.github/release.yml index bbd41aea52..febfe2b2b6 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -3,16 +3,16 @@ changelog: labels: - "ignore-changelog" categories: + - title: ":warning: Update considerations and deprecations" + labels: + - "breaking change" + - "deprecation" - title: ":rocket: New Error Prone checks and Refaster rules" labels: - "new feature" - title: ":sparkles: Improvements" labels: - "improvement" - - title: ":warning: Update considerations and deprecations" - labels: - - "breaking change" - - "deprecation" - title: ":bug: Bug fixes" labels: - "bug"