From 7b1861ff4f660da7b26c07fa120651fd66bd9d36 Mon Sep 17 00:00:00 2001 From: kha7iq Date: Sun, 18 Apr 2021 03:08:25 +0800 Subject: [PATCH] chor: url template for scoop --- .goreleaser.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 561501a..85b6bc0 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -79,11 +79,12 @@ nfpms: # # publish: false scoop: + url_template: "http://github.mycompany.com/foo/bar/releases/{{ .Tag }}/{{ .ArtifactName }}" bucket: owner: kha7iq name: scoop-bucket homepage: https://pingme.lmno.pk - description: Deliver Go binaries as fast and easily as possible + description: PingMe is a CLI tool which provides the ability to send messages or alerts to multiple messaging platforms. license: MIT