Use place holder.

This commit is contained in:
Luke Murphy 2017-10-04 16:59:48 +02:00
parent 2d19831dbe
commit 7d6fb16b77
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -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 <YOUR-VERSION-NUMBER> $(git rev-parse HEAD)
$ git push upstream master --tags
```