1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2024-12-31 01:53:50 +02:00

docs: clarify release.skip behavior

It skips the entire SCM release, not  only the artifact upload.

Closes #3051

Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos A Becker 2022-04-19 09:04:41 -03:00
parent 8dc34370d3
commit 16f7e0d172
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -70,7 +70,9 @@ release:
# Default is `{{.Tag}}` on OSS and `{{.PrefixedTag}}` on Pro.
name_template: "{{.ProjectName}}-v{{.Version}} {{.Env.USER}}"
# You can disable this pipe in order to not upload any artifacts.
# You can disable this pipe in order to not create the release on any SCM.
# Keep in mind that this might also break things that depens on the release URL, for instance, homebrew taps.
#
# Defaults to false.
disable: true