We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5c19e5 commit bd67911Copy full SHA for bd67911
.goreleaser.yaml
@@ -140,3 +140,18 @@ docker_signs:
140
- "sign"
141
- "${artifact}"
142
- "--yes"
143
+
144
+# Sets up homebrew-taps.
145
+# PS: this will require a personal access token, as it is cross-repository.
146
+brews:
147
+ - repository:
148
+ owner: goreleaser
149
+ name: example-homebrew-tap
150
+ token: "{{ .Env.GH_PAT }}"
151
+ directory: Formula
152
+ homepage: https://goreleaser.com
153
+ description: Example zig release.
154
+ license: MIT
155
+ # usually you don't need to set this, we do to prevent conflicts with other
156
+ # example-* repositories
157
+ name: example-zig
0 commit comments