We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 004f8a9 commit 438434dCopy full SHA for 438434d
1 file changed
.goreleaser.yml
@@ -42,25 +42,6 @@ blobs:
42
bucket: cli-dl.stackstate.com
43
ids:
44
- stackstate-cli
45
-brews:
46
-- name: stackstate-cli
47
- ids:
48
- - stackstate-cli
49
- repository:
50
- owner: stackvista
51
- name: homebrew-tap
52
- commit_author:
53
- name: stackstatebot
54
- email: sts-admin@stackstate.com
55
- directory: Formula
56
- install: |
57
- bin.install "sts"
58
- test: |
59
- system "#{bin}/sts", "version"
60
- description: StackState CLI
61
- homepage: https://docs.stackstate.com
62
- url_template: https://dl.stackstate.com/{{ .ProjectName }}/{{.Tag}}/{{ .ArtifactName }}
63
- caveats: "Run `sts` to get going!"
64
dockers:
65
- image_templates:
66
- "stackstate/stackstate-cli2:{{ .Version }}-x86_64"
0 commit comments