Merge pull request #148 from kubernetes-incubator/mbohlool-patch-2

Update release.md [skip ci]
This commit is contained in:
Mehdy Bohlool 2017-02-28 11:19:20 -08:00 committed by GitHub
commit 4214b7b0a1

View File

@ -16,8 +16,9 @@ should be on the same branch. To update an existing branch:
```bash
export RELEASE_BRANCH=release-x.x
git checkout RELEASE_BRANCH
git checkout $RELEASE_BRANCH
git fetch upstream
git rebase upstream/$RELEASE_BRANCH
git pull upstream master
```
@ -64,7 +65,7 @@ and commit changes (should be only version number changes) to the release branch
Name the commit something like "Update version constants for XXX release".
```bash
git push upstream RELEASE_BRANCH
git push upstream $RELEASE_BRANCH
```
## Make distribution packages