Skip to content

Commit 8c96eef

Browse files
authored
Merge pull request #111 from shinokada/ci-update-2
fix: add folder: bucket to goreleaser scoop config * **Fixes** * Updated package distribution configuration for Scoop to include a bucket folder. * Updated homepage URLs for package distributions (Scoop, Homebrew, and Linux packages) to the official project website.
2 parents 28e7674 + 19e78bd commit 8c96eef

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

v3/.goreleaser.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ nfpms:
5151
ids:
5252
- tera
5353
vendor: shinokada
54-
homepage: https://github.com/shinokada/tera
54+
homepage: https://tera.codewithshin.com/
5555
maintainer: shinokada <shinokada@users.noreply.github.com>
5656
description: Terminal-based internet radio player
5757
license: MIT
@@ -88,7 +88,7 @@ brews:
8888
name: homebrew-tera
8989
token: "{{ .Env.HOMEBREW_TAP_TOKEN }}"
9090
directory: Formula
91-
homepage: https://github.com/shinokada/tera
91+
homepage: https://tera.codewithshin.com/
9292
description: Terminal-based internet radio player
9393
license: MIT
9494
dependencies:
@@ -105,7 +105,8 @@ scoops:
105105
owner: shinokada
106106
name: scoop-bucket
107107
token: "{{ .Env.SCOOP_BUCKET_TOKEN }}"
108-
homepage: https://github.com/shinokada/tera
108+
folder: bucket
109+
homepage: https://tera.codewithshin.com/
109110
description: Terminal-based internet radio player
110111
license: MIT
111112

0 commit comments

Comments
 (0)