Update release.md

This commit is contained in:
Chris Kleeschulte 2016-05-27 14:21:33 -04:00
parent fd00be7e8c
commit c897f62d02
1 changed files with 1 additions and 2 deletions

View File

@ -24,6 +24,5 @@ Create a release tag and push it to the BitPay Github repo:
```bash
git tag -s v<version> -m 'v<version>'
git tag <version>
git push upstream <version>
git push upstream v<version>
```