From a0cebda8f70545883457d6670556c4b35dbb37b0 Mon Sep 17 00:00:00 2001 From: LuisFerLCC Date: Sun, 21 Sep 2025 22:52:15 -0600 Subject: [PATCH] Add GitHub labels: Release preparation AND New release --- .github/labels.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/labels.yml b/.github/labels.yml index cf27b92..4f80b29 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -86,6 +86,14 @@ description: This PR is ready to be merged color: "0ff40b" +- name: ๐Ÿ”„ Release preparation + description: Preparing for a new release (version bump, release notes, etc.) + color: "f9c74f" + +- name: ๐Ÿ”„ New release + description: This PR into `stable` marks a new release + color: "f9c74f" + - name: ๐Ÿงช Tests description: Improvements or additions to unit tests color: "9f2d60"