From 34cc66cca2d8af7f69250c8f1d1b021e892baa2d Mon Sep 17 00:00:00 2001 From: Eric Anderson Date: Fri, 12 Jan 2018 08:35:32 -0800 Subject: [PATCH] RELEASING.md: Add creating/closing of the milestone --- RELEASING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/RELEASING.md b/RELEASING.md index 17856e60c5..4ceabbd9ef 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -108,7 +108,8 @@ would be used to create all `v1.7` tags (e.g. `v1.7.0`, `v1.7.1`). * Options: `Do not run if there has been a build in the last 24h` * Click _Add_ button 5. Continue with Google-internal steps at go/grpc/java/releasing. -6. Move items out of the release milestone that didn't make the cut. Issues that +6. Create a milestone for the next release. +7. Move items out of the release milestone that didn't make the cut. Issues that may be backported should stay in the release milestone. Treat issues with the 'release blocker' label with special care. @@ -158,6 +159,7 @@ Tagging the Release $ git push upstream v$MAJOR.$MINOR.$PATCH $ git push upstream v$MAJOR.$MINOR.x ``` +6. Close the release milestone. Setup Build Environment ---------------------------