Skip to content

chore(dist): switch to separate homebrew-tap repository#2

Merged
km-tr merged 1 commit intomainfrom
fix/homebrew-tap-repo
Feb 24, 2026
Merged

chore(dist): switch to separate homebrew-tap repository#2
km-tr merged 1 commit intomainfrom
fix/homebrew-tap-repo

Conversation

@km-tr
Copy link
Copy Markdown
Owner

@km-tr km-tr commented Feb 24, 2026

Summary

  • Move Homebrew formula distribution to dedicated km-tr/homebrew-tap repository
  • Simplify installation command to brew install km-tr/tap/worktree-link
  • Update CI configuration to push formula to separate tap repository

Test plan

  • Verify HOMEBREW_TAP_TOKEN has write access to km-tr/homebrew-tap
  • Create a test release tag to verify formula publishing
  • Confirm brew install km-tr/tap/worktree-link works

🤖 Generated with Claude Code

Use km-tr/homebrew-tap as dedicated tap repository instead of same-repo approach. Updates README to use simpler "brew install km-tr/tap/worktree-link" command.

🤖 Generated with AI
Copilot AI review requested due to automatic review settings February 24, 2026 09:38
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Feb 24, 2026

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 048d82a and 6f91827.

⛔ Files ignored due to path filters (2)
  • .github/workflows/release.yml is excluded by !**/*.yml
  • dist-workspace.toml is excluded by !**/*.toml
📒 Files selected for processing (1)
  • README.md

ウォークスルー

README.mdのHomebrewインストール手順を更新しました。2ステップのコマンド(brew tapbrew install)を1つの統合コマンド(brew install km-tr/tap/worktree-link)に置き換えました。ランタイム動作への影響はありません。

変更内容

コホート / ファイル 説明
ドキュメント
README.md
Homebrewインストール手順を簡潔化。brew tap km-tr/worktree-linkbrew install worktree-linkからbrew install km-tr/tap/worktree-linkへの統一コマンドに変更。

コード審査の推定作業量

🎯 1 (Trivial) | ⏱️ ~3分

ウサギのポエム

🐰✨ ホップとジャンプで、手順はシンプル
ワンコマンド、ふたコマンドから一つに
Homebrewも笑顔、インストール楽々
文書も清潔、バグもなし!
🐇💨

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch fix/homebrew-tap-repo

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.

@km-tr km-tr merged commit 1d50bad into main Feb 24, 2026
12 checks passed
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Moves Homebrew distribution for worktree-link into a dedicated tap repository (km-tr/homebrew-tap), aligning the release pipeline and user install instructions with the new tap location.

Changes:

  • Update cargo-dist configuration to publish Homebrew formulae to km-tr/homebrew-tap.
  • Simplify README install instructions to a single brew install km-tr/tap/worktree-link command.
  • Update the release workflow to checkout/push the formula commit to km-tr/homebrew-tap.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
dist-workspace.toml Points cargo-dist Homebrew publishing at the dedicated tap repo.
README.md Updates Homebrew install instructions to the new tap location.
.github/workflows/release.yml Publishes formula commits by checking out the dedicated tap repository.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@github-actions github-actions bot mentioned this pull request Feb 24, 2026
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