8000 Merge branch 'master' into closemethod · kubernetes-client/python@fd15a7a · GitHub
[go: up one dir, main page]

Skip to content
Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fd15a7a

Browse files
authored
Merge branch 'master' into closemethod
2 parents 94861c7 + 4214b7b commit fd15a7a

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