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:
parent
8c7b2a7ef4
commit
257970500d
@ -55,5 +55,5 @@ Create a release tag and push it to the BitPay Github repo:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
git tag <version>
|
git tag <version>
|
||||||
git push upstream --tags
|
git push upstream <version>
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user