mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-02-11 13:38:41 +02:00
docs: Add info on skip_upload to scoop (#2110)
* Add skip_upload info to scoop * Update scoop.md
This commit is contained in:
parent
101ae31120
commit
fe566ee67c
@ -45,6 +45,13 @@ scoop:
|
||||
# Default is empty.
|
||||
license: MIT
|
||||
|
||||
# Setting this will prevent goreleaser to actually try to commit the updated
|
||||
# manifest leaving the responsibility of publishing it to the user.
|
||||
# If set to auto, the release will not be uploaded to the scoop bucket
|
||||
# in case there is an indicator for prerelease in the tag e.g. v1.0.0-rc1
|
||||
# Default is false.
|
||||
skip_upload: true
|
||||
|
||||
# Persist data between application updates
|
||||
persist:
|
||||
- "data"
|
||||
|
Loading…
x
Reference in New Issue
Block a user