8000 Update release.md [skip ci] · kubernetes-client/python@1fb9c68 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1fb9c68

Browse files
authored
Update release.md [skip ci]
1 parent c85b8f5 commit 1fb9c68

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