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"