1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

Mention in docs to push the new tag.

This commit is contained in:
jorin 2017-05-22 10:11:53 +02:00 committed by GitHub
parent f3e271840b
commit 86ab1fbb4c

View File

@ -116,10 +116,10 @@ $ export GITHUB_TOKEN=`YOUR_TOKEN`
```
GoReleaser uses the latest [Git tag](https://git-scm.com/book/en/v2/Git-Basics-Tagging) of your repository.
Create a tag:
Create a tag and push it to GitHub:
```console
$ git tag -a v0.1.0 -m "First release"
$ git tag -a v0.1.0 -m "First release" && git push origin v0.1.0
```
**Note**: we recommend the use of [semantic versioning](http://semver.org/). We