1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

docs: update www/docs/customization/scoop.md

Co-authored-by: 6543 <6543@obermui.de>
This commit is contained in:
Manuel Vogel 2020-11-28 09:15:16 +01:00 committed by Carlos Alexandro Becker
parent 131023f8dd
commit b0f4c1bac9

View File

@ -15,7 +15,6 @@ scoop:
# Default for github is "https://github.com/<repo_owner>/<repo_name>/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
# Default for gitlab is "https://gitlab.com/<repo_owner>/<repo_name>/uploads/{{ .ArtifactUploadHash }}/{{ .ArtifactName }}"
# Default for gitea is "https://gitea.com/<repo_owner>/<repo_name>/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
# Gitea is not supported yet, but the support coming
url_template: "http://github.mycompany.com/foo/bar/releases/{{ .Tag }}/{{ .ArtifactName }}"
# Repository to push the app manifest to.