1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-09 13:36:56 +02:00

docs: fix typos on release docs

This commit is contained in:
Carlos Alexandro Becker 2019-01-10 16:06:01 -02:00
parent bf8f86e54e
commit 8694af596c
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -25,13 +25,13 @@ release:
draft: true
# If set to auto, will mark the release as not ready for production
# in case there is an indicator for this in the tag e.g. v1.0.0.-rc1
# in case there is an indicator for this in the tag e.g. v1.0.0-rc1
# If set to true, will mark the release as not ready for production.
# Default is false.
prerelease: auto
# You can change the name of the GitHub release.
# Default is ``
# Default is `{{.Tag}}`
name_template: "{{.ProjectName}}-v{{.Version}} {{.Env.USER}}"
# You can disable this pipe in order to not upload any artifacts to