Merge pull request #3534 from bobapple/fix/RELEASE.md

Update RELEASE.md
This commit is contained in:
Eric Lippmann 2018-11-15 11:30:12 +01:00 committed by GitHub
commit ea04e60586
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 5 deletions

View File

@ -185,10 +185,6 @@ git commit -av -m "Release 2.5.3-1"
git push
```
```
git commit -av -m "Release 2.5.3-1"
```
**Note for major releases**: Update release branch to latest.
`git checkout release && git pull && git merge master && git push`
@ -202,7 +198,7 @@ git commit -av -m "Release 2.5.3-1"
docker run -v `pwd`:/mnt/packaging -ti ubuntu:xenial bash
apt-get update
apt-get install git dev-tools vim
apt-get install git devscripts vim
cd /mnt/packaging
git config --global user.name "Eric Lippmann"