mirror of https://github.com/docker/docs.git
Fixing typo in RELEASE-CHECKLIST.md
Signed-off-by: Nishant Totla <nishanttotla@gmail.com>
This commit is contained in:
parent
b63b05aabb
commit
04781ef4c6
|
@ -29,7 +29,7 @@ git push origin <tag>
|
||||||
git clone git@github.com:docker/swarm-library-image.git
|
git clone git@github.com:docker/swarm-library-image.git
|
||||||
cd swarm-library-image
|
cd swarm-library-image
|
||||||
./update.sh <tag> (example: ./update.sh v0.2.0-rc2)
|
./update.sh <tag> (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 add .
|
||||||
git commit -s -m “<tag>"
|
git commit -s -m “<tag>"
|
||||||
git push origin
|
git push origin
|
||||||
|
|
Loading…
Reference in New Issue