hookdeck: migrate to homebrew/core#5
Merged
Conversation
The `hookdeck` formula has been accepted into homebrew-core (Homebrew/homebrew-core#286152, merged 2026-06-04). Following the canonical Homebrew migration pattern: delete the formula from this tap and add `tap_migrations.json` so existing users get auto-redirected to homebrew-core on their next `brew update`. Removes: - `hookdeck.rb` (root — stale duplicate from the tap's earlier flat layout) - `Formula/hookdeck.rb` (canonical, last shipped v2.2.0) Adds: - `tap_migrations.json` mapping `hookdeck` → `homebrew/core` `Formula/hookdeck-beta.rb` is untouched — homebrew-core does not accept pre-releases, so the beta channel continues to live in this tap. The corresponding GoReleaser change in hookdeck-cli stops publishing the stable formula to this tap on stable tags (hookdeck/hookdeck-cli#299), so future stable releases won't recreate these files. Refs hookdeck/hookdeck-cli#297, hookdeck/hookdeck-cli#299 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Open
20 tasks
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
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The
hookdeckformula has been accepted into homebrew-core (Homebrew/homebrew-core#286152, merged 2026-06-04). Following the canonical Homebrew migration pattern: delete the formula from this tap and addtap_migrations.jsonso existing users get auto-redirected to homebrew-core on their next `brew update`.Changes
Removed:
hookdeck.rb(root — stale duplicate from the tap's earlier flat layout)Formula/hookdeck.rb(canonical location, last shipped v2.2.0)Added:
tap_migrations.jsonat repo root with{"hookdeck": "homebrew/core"}Untouched:
Formula/hookdeck-beta.rb— homebrew-core does not accept pre-releases, so the beta channel continues to live in this tap.What happens for existing users
hookdeckinstalled from this tapbrew update && brew upgrade hookdeck, brew sees the migration and pulls v2.2.0+ from homebrew-core. Cellar entry is seamlessly replaced.hookdeck/hookdeck/hookdeckbrew install hookdeck/hookdeck/hookdeckafter migrationhookdeck-betainstalled from this tapThis PR must merge after hookdeck/hookdeck-cli#299, which updates the GoReleaser config to stop publishing the stable
hookdeck.rbto this tap. Otherwise a future stable release of hookdeck-cli would recreate the deleted files via GoReleaser and undo the migration. PR is held as draft until then.Test plan
brew tap hookdeck/hookdeck && brew install hookdeckresolves tohomebrew/core(via the migration), not the deleted formulabrew install hookdeck/hookdeck/hookdeck-betacontinues to work (beta path unchanged)brew upgrade hookdeckon a machine with the old tap-installed version cleanly transitions to homebrew-coreReferences
🤖 Generated with Claude Code