8000 Merge pull request #148 from kubernetes-incubator/mbohlool-patch-2 · mbohlool/client-python@4214b7b · GitHub
[go: up one dir, main page]

Skip to content

Commit 4214b7b

Browse files
authored
Merge pull request kubernetes-client#148 from kubernetes-incubator/mbohlool-patch-2
Update release.md [skip ci]
2 parents c85b8f5 + 1fb9c68 commit 4214b7b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

devel/release.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ should be on the same branch. To update an existing branch:
1616

1717
```bash
1818
export RELEASE_BRANCH=release-x.x
19-
git checkout RELEASE_BRANCH
19+
git checkout $RELEASE_BRANCH
2020
git fetch upstream
21+
git rebase upstream/$RELEASE_BRANCH
2122
git pull upstream master
2223
```
2324

@@ -64,7 +65,7 @@ and commit changes (should be only version number changes) to the release branch
6465
Name the commit something like "Update version constants for XXX release".
6566

6667
```bash
67-
git push upstream RELEASE_BRANCH
68+
git push upstream $RELEASE_BRANCH
6869
```
6970

7071
## Make distribution packages

0 commit comments

Comments
 (0)
0