We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 94861c7 + 4214b7b commit fd15a7aCopy full SHA for fd15a7a
devel/release.md
@@ -16,8 +16,9 @@ should be on the same branch. To update an existing branch:
16
17
```bash
18
export RELEASE_BRANCH=release-x.x
19
-git checkout RELEASE_BRANCH
+git checkout $RELEASE_BRANCH
20
git fetch upstream
21
+git rebase upstream/$RELEASE_BRANCH
22
git pull upstream master
23
```
24
@@ -64,7 +65,7 @@ and commit changes (should be only version number changes) to the release branch
64
65
Name the commit something like "Update version constants for XXX release".
66
67
-git push upstream RELEASE_BRANCH
68
+git push upstream $RELEASE_BRANCH
69
70
71
## Make distribution packages
0 commit comments