Skip to content

Commit

Permalink
feat: support scoop install (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
howieyuen committed Feb 9, 2023
1 parent 7e20ed2 commit 249cd6d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,19 @@ brews:
skip_upload: false
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

0 comments on commit 249cd6d

Please sign in to comment.