Update release document

Use more precise git commands for pushing a single tag.
This commit is contained in:
Markus Mäkelä 2018-07-04 22:05:11 +03:00
parent f1d7303919
commit d301109b1a
No known key found for this signature in database
GPG Key ID: 72D48FCE664F7B19

View File

@ -26,6 +26,10 @@ also the version number being changed.
So, ensure that the `maxscale-x.y.z-ttN` has been created and pushed
to the repository.
```
git push origin refs/tags/maxscale-x.y.z-ttN
```
**NOTE** The tentative suffix - `-ttN` - is **only** used when
specifying the tag for the build, it must **not** be present in
any other names or paths.
@ -140,7 +144,7 @@ the final tag
```
$ git checkout maxscale-x.y.z-ttN
$ git tag -a -m "Tag for MaxScale x.y.z" maxscale-x.y.z
$ git push --tags origin
$ git push origin refs/tags/maxscale-x.y.z
```
and remove the tentative tag(s)
```