Skip to content

Commit 54885e8

Browse files
committed
Fix release instructions
1 parent 18dff42 commit 54885e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ Just push a new semver tag and the workflow [cd.yml](.github/workflows/cd.yml) w
376376
```console
377377
$ vi -p lib/nestedtext/version.rb CHANGELOG.md
378378
$ git commit -am "Prepare vX.Y.Z" && git push
379-
$ git tag x.y.z && git push --tags
379+
$ git tag vX.Y.Z && git push --tags
380380
```
381381

382382
or combined with gem-release:

0 commit comments

Comments
 (0)