We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aadcc9 commit 501ce37Copy full SHA for 501ce37
.goreleaser.yml
@@ -236,7 +236,7 @@ release:
236
# - glob: ./glob/foo/to/bar/file/foobar/override_from_previous
237
238
scoops:
239
- -
+ - ids: [ default ]
240
# Template for the url which is determined by the given Token (github or gitlab)
241
# Default for github is "https://github.com/<repo_owner>/<repo_name>/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
242
# Default for gitlab is "https://gitlab.com/<repo_owner>/<repo_name>/uploads/{{ .ArtifactUploadHash }}/{{ .ArtifactName }}"
0 commit comments