Push a specific tag in release notes.

In order to ensure that non-related tags do not get pushed to upstream, I altered the command to push the tag.
This commit is contained in:
Chris Kleeschulte 2015-09-02 12:03:39 -04:00
parent 8c7b2a7ef4
commit 257970500d
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>
```