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

Merge pull request #372 from landrade/master

docs/010-quick-start: fix spelling
This commit is contained in:
Carlos Alexandro Becker 2017-09-28 16:57:40 -03:00 committed by GitHub
commit 6ecfd3bcc1

View File

@ -90,7 +90,7 @@ $ git tag -a v0.1.0 -m "First release"
$ git push origin v0.1.0
```
**Note**: @e recommend the use of [semantic versioning](http://semver.org/). We
**Note**: We recommend the use of [semantic versioning](http://semver.org/). We
are not enforcing it though. We do remove the `v` prefix and then enforce
that the next character is a number. So, `v0.1.0` and `0.1.0` are virtually the
same and are both accepted, while `version0.1.0` is not.