Skip to content

Commit 448f805

Browse files
committed
Updated comment to push a release tag
Signed-off-by: Marco Pracucci <[email protected]>
1 parent 0752480 commit 448f805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ You can do the tagging on the commandline:
6767
```bash
6868
$ tag=$(< VERSION)
6969
$ git tag -s "v${tag}" -m "v${tag}"
70-
$ git push --tags
70+
$ git push origin "v${tag}"
7171
```
7272

7373
Signing a tag with a GPG key is appreciated, but in case you can't add a GPG key to your Github account using the following [procedure](https://help.github.com/articles/generating-a-gpg-key/), you can replace the `-s` flag by `-a` flag of the `git tag` command to only annotate the tag without signing.

0 commit comments

Comments
 (0)