From 3fc7ea74c42c34f597b6ecb2b02b82c906bf4164 Mon Sep 17 00:00:00 2001 From: Ryo Onodera Date: Wed, 16 Sep 2020 03:45:44 +0900 Subject: [PATCH] Clarify RELEASE.md again --- RELEASE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 221042ba6..eddedbddb 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -135,7 +135,8 @@ Alternatively use the Github UI. 1. Open a PR against origin/vX.Y and then merge the PR after passing CI. ### Prepare for the next release -1. Go to [GitHub Releases](https://github.com/solana-labs/solana/releases) and create a new draft release for `X.Y.Z+1` with empty release nodes. This allows people to incrementally add new release notes until it's time for the next release +1. Go to [GitHub Releases](https://github.com/solana-labs/solana/releases) and create a new draft release for `X.Y.Z+1` with empty release notes. This allows people to incrementally add new release notes until it's time for the next release + 1. Also, point the branch field to the same branch and mark the relese as **"This is a pre-release"**. 1. Go to the [Github Milestones](https://github.com/solana-labs/solana/milestones). Create a new milestone for the `X.Y.Z+1`, move over unresolved issues still in the `X.Y.Z` milestone, then close the `X.Y.Z` milestone.