chore(dist): switch to separate homebrew-tap repository#2
Conversation
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
|
Caution Review failedThe pull request is closed. ℹ️ Recent review infoConfiguration used: Organization UI Review profile: CHILL Plan: Pro ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (1)
ウォークスルーREADME.mdのHomebrewインストール手順を更新しました。2ステップのコマンド( 変更内容
コード審査の推定作業量🎯 1 (Trivial) | ⏱️ ~3分 ウサギのポエム
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
There was a problem hiding this comment.
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-linkcommand. - 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.
Summary
km-tr/homebrew-taprepositorybrew install km-tr/tap/worktree-linkTest plan
km-tr/homebrew-tapbrew install km-tr/tap/worktree-linkworks🤖 Generated with Claude Code