From 473a443d84084e0393be2a1606d3fa49a26f4dbd Mon Sep 17 00:00:00 2001 From: Jessica Frazelle Date: Thu, 11 Dec 2014 18:47:47 -0800 Subject: [PATCH] Updates to release checklist. Docker-DCO-1.1-Signed-off-by: Jessica Frazelle (github: jfrazelle) --- project/RELEASE-CHECKLIST.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/RELEASE-CHECKLIST.md b/project/RELEASE-CHECKLIST.md index 250a25217..61b0c2b07 100644 --- a/project/RELEASE-CHECKLIST.md +++ b/project/RELEASE-CHECKLIST.md @@ -253,7 +253,7 @@ If this is a MAJOR.MINOR.0 release, you need to make an branch for the previous documentation: ```bash -git checkout -b docs-$PREVIOUS_MAJOR_MINOR docs +git checkout -b docs-$PREVIOUS_MAJOR_MINOR git fetch git reset --hard origin/docs git push -f origin docs-$PREVIOUS_MAJOR_MINOR @@ -282,8 +282,8 @@ Ask Sven, or JohnC to invalidate the cloudfront cache using the CND Planet chrom git checkout master git fetch git reset --hard origin/master -git merge origin/release git checkout -b merge_release_$VERSION +git merge origin/release echo ${VERSION#v}-dev > VERSION git add VERSION git commit -m "Change version to $(cat VERSION)"