Skip to content

Commit c897f62

Browse files
committed
Update release.md
1 parent fd00be7 commit c897f62

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/release.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,5 @@ Create a release tag and push it to the BitPay Github repo:
2424

2525
```bash
2626
git tag -s v<version> -m 'v<version>'
27-
git tag <version>
28-
git push upstream <version>
27+
git push upstream v<version>
2928
```

0 commit comments

Comments
 (0)