From d5f2de5120b45ecda26baf2511d01847214274af Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 24 Jul 2026 01:25:41 +0000 Subject: [PATCH] chore: point Homebrew references at renamed coreplanelabs/homebrew-tap The tap repo was renamed homebrew-polylane -> homebrew-tap, so the install command is now `brew install coreplanelabs/tap/polylane`. Updates README, skill guide, formula header comment, and the release workflow's tap checkout. --- .github/workflows/release.yml | 2 +- README.md | 4 ++-- packaging/homebrew/polylane.rb | 4 ++-- skill/SKILL.md | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 045ce11..b42b943 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -123,7 +123,7 @@ jobs: if: steps.gate.outputs.skip == 'false' uses: actions/checkout@v4 with: - repository: coreplanelabs/homebrew-polylane + repository: coreplanelabs/homebrew-tap token: ${{ secrets.HOMEBREW_TAP_TOKEN }} path: tap diff --git a/README.md b/README.md index f5cc58d..da1af8e 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,8 @@ curl -fsSL https://polylane.com/install.sh | bash # Windows — PowerShell irm https://polylane.com/install.ps1 | iex -# Homebrew (tap: coreplanelabs/polylane) -brew install coreplanelabs/polylane/polylane +# Homebrew (tap: coreplanelabs/tap) +brew install coreplanelabs/tap/polylane # npm npm install -g @coreplane/polylane diff --git a/packaging/homebrew/polylane.rb b/packaging/homebrew/polylane.rb index 25d73fe..3779728 100644 --- a/packaging/homebrew/polylane.rb +++ b/packaging/homebrew/polylane.rb @@ -1,9 +1,9 @@ # Homebrew formula for the Polylane CLI. # -# This file belongs in the tap repository (github.com/coreplanelabs/homebrew-polylane) +# This file belongs in the tap repository (github.com/coreplanelabs/homebrew-tap) # at Formula/polylane.rb so users can install via: # -# brew install coreplanelabs/polylane +# brew install coreplanelabs/tap/polylane # # The release pipeline bumps `url` / `sha256` / `version` on every new release — # see the update-homebrew job in .github/workflows/release.yml. diff --git a/skill/SKILL.md b/skill/SKILL.md index 7f8fd8d..6aad089 100644 --- a/skill/SKILL.md +++ b/skill/SKILL.md @@ -19,7 +19,7 @@ description: Use `polylane` to investigate production issues, explore cloud infr # Install (pick one — see README for the full list) npm install -g @coreplane/polylane # curl -fsSL https://polylane.com/install.sh | bash -# brew install coreplanelabs/polylane/polylane +# brew install coreplanelabs/tap/polylane # Pick ONE auth path (OAuth is the default; use an API key only where a browser sign-in is impossible): polylane auth login # OAuth browser (PKCE) — the default