Add minor version clean up tasks to release doc (#26954)

This commit is contained in:
Will Hickey 2022-08-05 12:27:48 -05:00 committed by GitHub
parent 4e43aa6c18
commit 432bca3092
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -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