You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: update references after the linear-cli-ex -> linear-cli / linear-cli -> linear-cli-rb repo renames
Local remotes were already fixed (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).
Verified a full install/uninstall round-trip against the renamed
state_dir and that the release download actually resolves at the
new repo path.
- Readme.adoc: 9 occurrences, plus caught and fixed 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 - verified via the
Ruby repo's own gemspec (spec.name = 'linear-cli') that the gem
itself really is still called that; only its GitHub repo got
renamed.
- .github/workflows/main.yaml: the container job's temp tarball
filename (cosmetic only, no functional effect).
- 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.
Closes#80.
0 commit comments