Support specifying additional url
parameters in Homebrew Cask
#5796
Closed
sushichan044
started this conversation in
Ideas, Issue Triage, and General discussions
Replies: 1 comment 1 reply
-
I'd like to create a PR if this discussion is accepted |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Thanks to this discussion and the subsequent PR, we are now able to publish Homebrew Casks.
https://github.com/orgs/goreleaser/discussions/5563
However, as mentioned in this issue, when distributing private Casks on GitHub, it's necessary to add a specific
header
to theurl
.The Cask specification allows for several additional parameters to be specified in the
url
to accommodate such use cases.Ref: https://docs.brew.sh/Cask-Cookbook#additional-url-parameters
Currently, the GoReleaser template does not allow these parameters to be specified, so I would like to make changes to enable this.
Beta Was this translation helpful? Give feedback.
All reactions