Use place holder.
This commit is contained in:
parent
2d19831dbe
commit
7d6fb16b77
@ -29,7 +29,7 @@ to the upstream master remote. Make sure the latest pipeline is passing and tag
|
|||||||
HEAD with:
|
HEAD with:
|
||||||
|
|
||||||
```bash
|
```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
|
$ git push upstream master --tags
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user