fix: publish Homebrew formula via PR#43
Conversation
homebrew-local main requires PRs, so goreleaser direct Contents pushes fail. Open a formula PR instead of committing to main. Co-authored-by: Cursor <cursoragent@cursor.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
📝 WalkthroughWalkthroughGoreleaser is configured to open Homebrew tap pull requests on tagged releases using ChangesHomebrew release flow
Estimated code review effort: 2 (Simple) | ~10 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 Checkov (3.3.8).github/workflows/release.ymlTraceback (most recent call last): .goreleaser.yamlTraceback (most recent call last): Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
What & why
mailtrap/homebrew-localmainrequires pull requests, so goreleaser's direct Contents API push fails the release after GitHub/Docker already published.Enable
brews.repository.pull_requestso tagged releases open a formula PR instead of writingmaindirectly.How to test
v*tag release, goreleaser opens a PR inmailtrap/homebrew-localupdatingFormula/mailtrap-local.rbSummary by CodeRabbit
New Features
Documentation