Move the Homebrew formula to the consolidated gmr/homebrew-gmr tap#8
Open
gmr wants to merge 2 commits into
Open
Move the Homebrew formula to the consolidated gmr/homebrew-gmr tap#8gmr wants to merge 2 commits into
gmr wants to merge 2 commits into
Conversation
gmr's tools now share one tap (brew tap gmr/gmr). The new tap is seeded with the current pgfmt 2.1.4 formula; gmr/homebrew-pgfmt stays in place for existing installs but no longer receives updates. Co-authored-by: Claude <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
✅ Files skipped from review due to trivial changes (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughRelease workflow checkout and README Homebrew instructions updated to use the gmr/postgres Homebrew tap and the corresponding ChangesHomebrew Tap and Distribution Updates
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Comment |
The shared tap is homebrew-postgres (brew tap gmr/postgres) rather than homebrew-gmr. Co-authored-by: Claude <noreply@anthropic.com>
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
gmr's tools now share a single Homebrew tap, gmr/homebrew-gmr (
brew tap gmr/gmr), which is already seeded with the current pgfmt 2.1.4 formula (checksums carried over from gmr/homebrew-pgfmt) and a placeholder pglifecycle formula.release.yaml: theupdate-homebrewjob now checks outgmr/homebrew-gmr(sameHOMEBREW_TAP_TOKENsecret — ensure the PAT covers the new repo).brew tap gmr/gmr/brew install pgfmt.gmr/homebrew-pgfmtstays in place so existing installs keep working, but it stops receiving version bumps once this merges; it can be archived with a pointer to the new tap whenever you're ready.🤖 Generated with Claude Code
Summary by CodeRabbit
Documentation
Chores