Skip to content

Commit 61c8dc7

Browse files
author
Éric Lemoine
committed
Update RELEASE.md
1 parent 4aab079 commit 61c8dc7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

RELEASE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ Create a PR with these changes. When the PR is merged create a tag for the new
1111
it to GitHub:
1212

1313
```bash
14-
$ git tag -a x.y.z -m 'version x.y.z'
15-
$ git push origin x.y.z
14+
$ git tag -a vx.y.z -m 'version x.y.z'
15+
$ git push origin vx.y.z
1616
```

0 commit comments

Comments
 (0)