Skip to content

Commit 1f4e756

Browse files
committed
adding scoop release
1 parent 9578bd0 commit 1f4e756

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

.goreleaser.yaml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ nfpms:
4848
bindir: /usr/local/bin
4949
dependencies:
5050
- git
51-
description: The command line for EKZ, an EKS-D Kubernetes distro.
51+
description: "The command line for EKZ, an EKS-D Kubernetes distro."
5252
formats:
5353
- deb
5454
- rpm
@@ -61,9 +61,22 @@ brews:
6161
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
6262
folder: Formula
6363
homepage: "https://github.com/chanwit/ekz/"
64-
description: "The command line for EKZ"
64+
description: "The command line for EKZ, an EKS-D Kubernetes distro."
6565
dependencies:
6666
- name: kubectl
6767
type: optional
6868
test: |
6969
system "#{bin}/ekz --version"
70+
71+
scoop:
72+
bucket:
73+
owner: ekz-io
74+
name: scoop-ekz
75+
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
76+
commit_author:
77+
name: goreleaserbot
78+
79+
commit_msg_template: "Scoop update for {{ .ProjectName }} version {{ .Tag }}"
80+
homepage: "https://github.com/chanwit/ekz/"
81+
description: "The command line for EKZ, an EKS-D Kubernetes distro."
82+
license: Apache 2.0

0 commit comments

Comments
 (0)