From e79c915d3be1aa4dd5789d517be6b0665007e97a Mon Sep 17 00:00:00 2001 From: Job van der Voort Date: Tue, 22 Apr 2014 12:54:23 +0200 Subject: [PATCH] remove redudant text in release doc --- doc/release/monthly.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/release/monthly.md b/doc/release/monthly.md index ffb3ccfd418..284e4e16595 100644 --- a/doc/release/monthly.md +++ b/doc/release/monthly.md @@ -66,16 +66,16 @@ After making the release branch new commits are cherry-picked from master. When * 8-14th: Work on bugfixes, sponsored features and GitLab EE. * 15th: Code freeze - Stop merging into master, except essential bugfixes - - Announce a Release Manager -* 18th: Release Candidate 1 (VERSION x.x.0.rc1, annotated tag and tweet about x.x.0.rc1, release on GitLab Cloud) + - Select a Release Manager +* 18th: Release Candidate 1 - Set VERSION to x.x.0.rc1 - Create annotated tag x.x.0.rc1 - Push the changes to GitLab.com, dev.gitlab.com, GitHub - Tweet about the release - Create a new branch on cloud for rc1 - Deploy the new branch on Cloud after tests pass -* 20st: optional release candidate 2 (x.x.0.rc2, only if rc1 had problems) -* 22nd: release (VERSION x.x.0, create x-x-stable branch, annotated tag tag, blog and tweet) +* 20st: Optional release candidate 2 (x.x.0.rc2, only if rc1 had problems) +* 22nd: Release - Create x-x-stable branch and push to the repositories - QA - Fix anything coming out of the QA -- GitLab