feat(homebrew): migrate from Formula to Cask by vmaerten · Pull Request #2702 · go-task/task

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@vmaerten

Copy link Copy Markdown

Member

Summary

  • Switch GoReleaser config from brews to homebrew_casks so releases generate a Cask instead of a Formula
  • Update documentation links in installation.md and releasing.md to reference Casks/go-task.rb

Companion to go-task/homebrew-tap#5 which prepares the tap for this migration.

Test plan

  • Run task goreleaser:test locally to verify the Cask is generated correctly
  • After release: verify Casks/go-task.rb is pushed to go-task/homebrew-tap
  • brew install go-task/tap/go-task installs 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

@vmaerten