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:
parent
8dc34370d3
commit
16f7e0d172
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user