Skip to content

Commit

Permalink
feat: update goreleaser scoop, delete deprecated params (#828)
Browse files Browse the repository at this point in the history
  • Loading branch information
healthjyk committed Feb 29, 2024
1 parent a5d9ee1 commit 8d90d0b
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,18 +97,18 @@ brews:
test: |
system "#{bin}/kusion version"
scoop:
url_template: "https://github.com/KusionStack/kusion/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
bucket:
owner: KusionStack
name: scoop-bucket
branch: main
token: "{{ .Env.GITHUB_TOKEN }}"
folder: Scoops
commit_author:
name: goreleaserbot
email: bot@goreleaser.com
commit_msg_template: "Scoop update for {{ .ProjectName }} version {{ .Tag }}"
homepage: "http://github.com/KusionStack/kusion"
description: "Codify and deliver intentions to Kubernetes and Clouds."
license: Apache License 2.0
scoops:
- url_template: "https://github.com/KusionStack/kusion/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
repository:
owner: KusionStack
name: scoop-bucket
branch: main
token: "{{ .Env.GITHUB_TOKEN }}"
folder: Scoops
commit_author:
name: goreleaserbot
email: bot@goreleaser.com
commit_msg_template: "Scoop update for {{ .ProjectName }} version {{ .Tag }}"
homepage: "http://github.com/KusionStack/kusion"
description: "Codify and deliver intentions to Kubernetes and Clouds."
license: Apache License 2.0

0 comments on commit 8d90d0b

Please sign in to comment.