Release docs update git push command

The command to push to the release branch was wrong, which meant the
release branch wasn't getting updated.
This commit is contained in:
Justin Santa Barbara 2017-10-10 06:30:33 -04:00
parent d7d62b800b
commit 49e2f03308
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ git push --tags
For the time being, we are also maintaining a release branch. We push released
versions to that.
`git push origin release`
`git push origin release-1.7:release`
## Upload to github