From 04781ef4c6ba2ea0b543b040544d33e22f4af907 Mon Sep 17 00:00:00 2001 From: Nishant Totla Date: Thu, 14 Jan 2016 17:32:55 -0800 Subject: [PATCH] Fixing typo in RELEASE-CHECKLIST.md Signed-off-by: Nishant Totla --- RELEASE-CHECKLIST.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/RELEASE-CHECKLIST.md b/RELEASE-CHECKLIST.md index e097e4570f..59b9eaa981 100644 --- a/RELEASE-CHECKLIST.md +++ b/RELEASE-CHECKLIST.md @@ -5,7 +5,7 @@ ``` git checkout -b bump- edit version/version.go -edit CHANGELOG.md +edit CHANGELOG.md git add . git commit -s -m "Bump version to " git push $GITHUBUSER bump- @@ -29,13 +29,13 @@ git push origin git clone git@github.com:docker/swarm-library-image.git cd swarm-library-image ./update.sh (example: ./update.sh v0.2.0-rc2) -check buils is successful (swarm binary should show in git diff) +check build is successful (swarm binary should show in git diff) git add . git commit -s -m “" git push origin ``` -### 4. Update official image +### 4. Update official image fork https://github.com/docker-library/official-images.git