feat(homebrew): migrate from Formula to Cask by vmaerten · Pull Request #2702 · go-task/task
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 811
Conversation
Copy link Copy Markdown
Member
vmaerten
commented
Feb 21, 2026
vmaerten
commented
Summary
- Switch GoReleaser config from
brewstohomebrew_casksso releases generate a Cask instead of a Formula - Update documentation links in
installation.mdandreleasing.mdto referenceCasks/go-task.rb
Companion to go-task/homebrew-tap#5 which prepares the tap for this migration.
Test plan
- Run
task goreleaser:testlocally to verify the Cask is generated correctly - After release: verify
Casks/go-task.rbis pushed togo-task/homebrew-tap -
brew install go-task/tap/go-taskinstalls successfully from the new Cask
Switch GoReleaser config from `brews` to `homebrew_casks` and update documentation links to reference Casks/go-task.rb instead of Formula/go-task.rb.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment