Merge pull request #178 from bitpay/kleetus-patch-1

Push a specific tag in release notes.
This commit is contained in:
Braydon Fuller 2015-09-02 12:06:23 -04:00
commit b6607979fd
1 changed files with 1 additions and 1 deletions

View File

@ -55,5 +55,5 @@ Create a release tag and push it to the BitPay Github repo:
```bash
git tag <version>
git push upstream --tags
git push upstream <version>
```