Skip to content

Fix path to homebrew formula#27

Merged
noborus merged 1 commit into
mainfrom
fix-path
May 22, 2026
Merged

Fix path to homebrew formula#27
noborus merged 1 commit into
mainfrom
fix-path

Conversation

@noborus
Copy link
Copy Markdown
Owner

@noborus noborus commented May 22, 2026

Summary by CodeRabbit

  • Chores
    • Improved release distribution to ensure all Homebrew-related files are properly included in package releases.

Review Change Stack

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 22, 2026

Caution

Review failed

Pull request was closed or merged during review

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 28fd8bd0-2bd9-4080-8677-3c648ab6060d

📥 Commits

Reviewing files that changed from the base of the PR and between 705a548 and 4a9ee71.

📒 Files selected for processing (1)
  • .goreleaser.yaml

📝 Walkthrough

Walkthrough

The pull request expands GoReleaser's release.extra_files configuration to include Homebrew-specific Ruby files (./dist/homebrew/*.rb) alongside existing root distribution files (./dist/*.rb), ensuring both sets of Ruby assets are bundled into releases.

Changes

Release file pattern expansion

Layer / File(s) Summary
Release file glob expansion
.goreleaser.yaml
The release.extra_files pattern now includes ./dist/homebrew/*.rb in addition to ./dist/*.rb, capturing both root distribution and Homebrew-specific Ruby files for release bundles.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

A rabbit hops through build configs with glee,
Adding Homebrew brews to the release tree,
From root dist to homebrew, the files all align,
Now both paths are bundled—a package so fine! 🥕📦

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'Fix path to homebrew formula' directly addresses the main change: updating the path in .goreleaser.yaml to include Homebrew formula files.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix-path

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@noborus noborus merged commit c967f96 into main May 22, 2026
1 of 2 checks passed
@noborus noborus deleted the fix-path branch May 22, 2026 05:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant