fix: update references after the linear-cli-ex -> linear-cli repo rename - #2
Merged
Conversation
homepage, both release download URLs, and the README link all pointed at the old repo name. Verified both download URLs actually resolve at the new path and their sha256 checksums are unchanged.
There was a problem hiding this comment.
Pull request overview
Updates this tap’s references to the lc upstream repository after it was renamed from rubyists/linear-cli-ex to rubyists/linear-cli, ensuring users and the formula metadata point at the correct GitHub project and release assets.
Changes:
- Update README link to the renamed
rubyists/linear-clirepository. - Update formula
homepageand release asset URLs to the renamed repository.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| Readme.adoc | Updates the upstream GitHub link to the renamed repository. |
| Formula/lc.rb | Updates homepage and release download URLs to the renamed repository. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
5 tasks
bougyman
added a commit
to rubyists/linear-cli
that referenced
this pull request
Aug 12, 2026
…-cli -> linear-cli-rb repo renames (#81) ## Summary Closes #80. Local remotes were already fixed separately (this repo's `origin`, and `vendor/ruby-linear-cli`'s remote in both `.gitmodules` and its own checked-out git config). This is everything else that hardcoded the old names: - `install.sh`/`uninstall.sh`: `repo=` URL and `state_dir` (renamed now, not kept for backward compat - real installs against the old name are minimal, the tool shipped its first release only a day ago). - `Readme.adoc`: 9 occurrences, plus one the blind rename would have gotten backwards - the "port of Ruby's linear-cli" link needs to point at `linear-cli-rb` now, not this repo. Left the 4 plain-prose "Ruby's `linear-cli`" mentions alone. - `.github/workflows/main.yaml`: the `container` job's temp tarball filename (cosmetic only). - `vendor/rubyists-homebrew-tap`: bumped to the commit fixing its own homepage/download URLs (rubyists/homebrew-tap#2). `CHANGELOG.md`'s historical release-please-generated links are deliberately left untouched - see #80 for why. ## Test plan - [x] Ran a full `install.sh`/`uninstall.sh` round-trip against the renamed `state_dir` - the release download also resolves correctly at the new repo path - [x] Verified via the Ruby repo's own gemspec (`spec.name = 'linear-cli'`) that the 4 plain-prose "Ruby's `linear-cli`" mentions are still accurate and shouldn't change - only its GitHub repo got renamed - [x] Verified GitHub's repo-rename redirect works (`github.com/rubyists/linear-cli-ex` -> `linear-cli`) so nothing was broken pre-fix, just stale - [x] `actionlint` clean on `main.yaml` - [x] Homebrew formula's release URLs re-verified against the new repo path (downloaded fresh, sha256 unchanged) 🤖 Generated with [Claude Code](https://claude.com/claude-code)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
homepage, both release download URLs, and the README link all still pointed at the oldrubyists/linear-cli-exrepo name.rubyists/linear-clipath and their sha256 checksums are unchanged (downloadedlc_linux_x86_64.tar.gzfresh and re-hashed).Part of rubyists/linear-cli#80.
🤖 Generated with Claude Code