1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-01 13:07:49 +02:00

docs: improve docs on scoop.folder

refs #3899
This commit is contained in:
Carlos A Becker 2023-04-04 01:33:04 +00:00
parent 9dcc63c60e
commit 62bd21ce8d
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -41,6 +41,11 @@ scoop:
token: "{{ .Env.SCOOP_TAP_GITHUB_TOKEN }}"
# Folder inside the repository to put the scoop.
#
# Note that while scoop works if the manifests are in a folder,
# 'scoop bucket list' will show 0 manifests if they are not in the root
# folder.
# In short, it's generaly better to leave this empty.
folder: Scoops
# Git author used to commit to the repository.