diff --git a/README.md b/README.md index 085d5d2..102e9b1 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ to the upstream master remote. Make sure the latest pipeline is passing and tag HEAD with: ```bash -$ git tag -a 2.0.0 $(git rev-parse HEAD) +$ git tag -a $(git rev-parse HEAD) $ git push upstream master --tags ```