Skip to content

Add homebrew tap dist pipeline#52

Merged
harumiWeb merged 2 commits into
mainfrom
feat/homebrew
Apr 11, 2026
Merged

Add homebrew tap dist pipeline#52
harumiWeb merged 2 commits into
mainfrom
feat/homebrew

Conversation

@harumiWeb
Copy link
Copy Markdown
Owner

@harumiWeb harumiWeb commented Apr 11, 2026


Open with Devin

Summary by CodeRabbit

  • New Features

    • Added Homebrew installation support for macOS and Linux users, enabling installation via package manager.
  • Documentation

    • Updated installation instructions in README files to include Homebrew as a distribution method.
    • Updated release notes to reflect Homebrew distribution capability.
    • Documented Homebrew tap distribution policy and release procedures.

@harumiWeb harumiWeb requested a review from Copilot April 11, 2026 14:18
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 11, 2026

Warning

Rate limit exceeded

@harumiWeb has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 10 minutes and 32 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 10 minutes and 32 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 68bdcfdf-66db-4cf6-92e3-b8662ebd9b50

📥 Commits

Reviewing files that changed from the base of the PR and between 132529a and 4733dd9.

📒 Files selected for processing (3)
  • .github/workflows/release.yml
  • CHANGELOG.md
  • tasks/lessons.md
📝 Walkthrough

Walkthrough

This pull request adds Homebrew package distribution support to the release pipeline. The project can now publish formulas to the harumiWeb/homebrew-eitango tap, enabling macOS and Linux users to install via brew install eitango. The implementation spans release workflow automation, package configuration, and documentation updates.

Changes

Cohort / File(s) Summary
Release Automation
.github/workflows/release.yml, .goreleaser.yaml
Added GitHub Actions workflow step to check and initialize the Homebrew tap repository when the branch is absent or conflicting. Configured GoReleaser to publish Homebrew formulas from Unix archives, including binary and documentation file placement, smoke tests, and token-based authentication via HOMEBREW_TAP_GITHUB_TOKEN.
User Documentation
README.md, README.en.md
Added Homebrew-based installation instructions for macOS/Linux as the primary method. Existing curl | sh and GitHub Releases sections renumbered accordingly. No changes to command behavior.
Release Notes & Policy
CHANGELOG.md, docs/adr/0003-release-and-update-policy.md
Documented new Homebrew distribution capability in changelog. Updated ADR to formalize the Homebrew tap distribution policy, separating HOMEBREW_TAP_GITHUB_TOKEN from the main release token and excluding pre-releases from tap publication.

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~25 minutes

Possibly related PRs

  • harumiWeb/eitango#5: Modifies the same release and update policy ADR alongside related release configuration changes.

Poem

🐰 With Homebrew's gentle tap, our bundle hops so high,
brew install eitango brings packages passing by,
macOS, Linux users now sip from our sweet spring—
From workflow to formula, what joy automation brings! 🍺

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the main change: adding Homebrew tap distribution to the release pipeline across multiple configuration and documentation files.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ 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 feat/homebrew

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.

@codacy-production
Copy link
Copy Markdown

codacy-production Bot commented Apr 11, 2026

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

TIP This summary will be updated as you push new changes. Give us feedback

This comment was marked as resolved.

Copy link
Copy Markdown

@devin-ai-integration devin-ai-integration Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no potential bugs to report.

View in Devin Review to see 2 additional findings.

Open in Devin Review

coderabbitai[bot]

This comment was marked as resolved.

@harumiWeb harumiWeb merged commit 9d8f874 into main Apr 11, 2026
8 of 9 checks passed
@harumiWeb harumiWeb deleted the feat/homebrew branch April 11, 2026 14:30
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.

2 participants