File tree Expand file tree Collapse file tree 1 file changed +0
-43
lines changed Expand file tree Collapse file tree 1 file changed +0
-43
lines changed Original file line number Diff line number Diff line change @@ -92,49 +92,6 @@ changelog:
92
92
- Merge pull request
93
93
- Merge branch
94
94
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
-
138
95
dockers :
139
96
- image_templates :
140
97
- " vmware/govc:{{ .Tag }}"
You can’t perform that action at this time.
0 commit comments