From 432bca309220b1b94f6c415012cc75e4d3050c6c Mon Sep 17 00:00:00 2001 From: Will Hickey Date: Fri, 5 Aug 2022 12:27:48 -0500 Subject: [PATCH] Add minor version clean up tasks to release doc (#26954) --- RELEASE.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/RELEASE.md b/RELEASE.md index e6cccd9446..ee42669d44 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -96,6 +96,12 @@ Alternatively use the Github UI. ci/channel-info.sh ``` +### Miscellaneous Clean up + +1. Update [mergify.yml](https://github.com/solana-labs/solana/blob/master/.mergify.yml) to add backport actions for the new branch and remove actions for the obsolete branch. +1. Adjust the [Github backport labels](https://github.com/solana-labs/solana/labels) to add the new branch label and remove the label for the obsolete branch. +1. Announce on Discord #development that the release branch exists so people know to use the new backport labels. + ## Steps to Create a Release ### Create the Release Tag on GitHub