Skip to content

Commit

Permalink
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions devel/release.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 1fb9c68

Please sign in to comment.