1
0
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:
Jonas Plum 2021-03-15 13:19:09 +01:00 committed by GitHub
parent 101ae31120
commit fe566ee67c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"