Skip to content

Commit 7932d02

Browse files
committed
goreleaser: remove brew tap setup
Signed-off-by: Rui Chen <[email protected]>
1 parent 4eab163 commit 7932d02

File tree

1 file changed

+0
-43
lines changed

1 file changed

+0
-43
lines changed

.goreleaser.yml

Lines changed: 0 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -92,49 +92,6 @@ changelog:
9292
- Merge pull request
9393
- Merge branch
9494

95-
# upload disabled since it is maintained in homebrew-core
96-
brews:
97-
- name: govc
98-
ids:
99-
- govcbuild
100-
repository:
101-
owner: govmomi
102-
name: homebrew-tap
103-
# TODO: create token in specified tap repo, add as secret to govmomi repo and reference in release workflow
104-
# token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
105-
# enable once we do fully automated releases
106-
skip_upload: true
107-
commit_author:
108-
name: Alfred the Narwhal
109-
110-
directory: Formula
111-
homepage: "https://github.com/vmware/govmomi/blob/main/govc/README.md"
112-
description: "govc is a vSphere CLI built on top of govmomi."
113-
test: |
114-
system "#{bin}/govc version"
115-
install: |
116-
bin.install "govc"
117-
- name: vcsim
118-
ids:
119-
- vcsimbuild
120-
repository:
121-
owner: govmomi
122-
name: homebrew-tap
123-
# TODO: create token in specified tap repo, add as secret to govmomi repo and reference in release workflow
124-
# token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
125-
# enable once we do fully automated releases
126-
skip_upload: true
127-
commit_author:
128-
name: Alfred the Narwhal
129-
130-
directory: Formula
131-
homepage: "https://github.com/vmware/govmomi/blob/main/vcsim/README.md"
132-
description: "vcsim is a vSphere API simulator built on top of govmomi."
133-
test: |
134-
system "#{bin}/vcsim -h"
135-
install: |
136-
bin.install "vcsim"
137-
13895
dockers:
13996
- image_templates:
14097
- "vmware/govc:{{ .Tag }}"

0 commit comments

Comments
 (0)