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

docs/010-quick-start: fix spelling

This commit is contained in:
Leonardo Andrade 2017-09-28 16:16:43 -03:00
parent c468c1dbf7
commit b2a6c1843c

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.