Skip to content

docs: explain how to find the release version instead of pinning it#6

Merged
dougmartin merged 2 commits into
mainfrom
REPORT-77-doc-version-0-1-0
Jul 22, 2026
Merged

docs: explain how to find the release version instead of pinning it#6
dougmartin merged 2 commits into
mainfrom
REPORT-77-doc-version-0-1-0

Conversation

@dougmartin

@dougmartin dougmartin commented Jul 22, 2026

Copy link
Copy Markdown
Member

Summary

Makes the researcher guide's direct-download instructions version-agnostic instead of pinning a version, so they never go stale and never need a per-release edit.

Hardcoding a version means every release needs a doc update that's easy to forget. Instead, the guide now tells readers how to find the current version and how the asset names are built:

Changes

  • macOS "without Homebrew": open the latest release and download the asset ending in _darwin_arm64.tar.gz (Apple Silicon) or _darwin_amd64.tar.gz (Intel), no version to type.
  • Linux direct download: explains the cc-data_<version>_<os>_<arch>.tar.gz pattern and uses a single VERSION variable the reader sets from the Releases page.

The only version numbers remaining are clearly-labeled illustrative examples; there is no hardcoded download URL.

…REPORT-77]

Rather than hardcode a version into the install instructions (which would go
stale and need updating every release), tell readers how to find the current
version on the Releases page and how the asset filenames are constructed:
- macOS direct download: grab the asset ending in _darwin_arm64/amd64.tar.gz.
- Linux direct download: a VERSION variable plus the
  cc-data_<version>_<os>_<arch>.tar.gz pattern.
No version-specific edits are needed on future releases.
@dougmartin
dougmartin force-pushed the REPORT-77-doc-version-0-1-0 branch from be7635a to 0cce951 Compare July 22, 2026 17:59
@dougmartin dougmartin changed the title docs: pin researcher-guide download version to 0.1.0 docs: explain how to find the release version instead of pinning it Jul 22, 2026
@dougmartin
dougmartin requested a review from Copilot July 22, 2026 18:01

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Updates the researcher guide’s direct-download instructions to be version-agnostic by guiding readers to determine the current release version (or select the correct asset) from GitHub Releases, reducing the need for per-release doc edits.

Changes:

  • macOS (no Homebrew): instructs users to pick the correct asset by suffix (_darwin_arm64 vs _darwin_amd64) from the latest release.
  • Linux direct download: documents the release asset naming pattern and uses a VERSION variable in the download command.

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

Comment thread docs/researcher-guide.md Outdated
…RT-77]

Address the Copilot review: the snippet used VERSION=0.1.0 labeled 'the current
version', which invites blind copy-paste of a version that ages. Use X.Y.Z so an
unedited copy fails loudly (a 404) instead of silently installing an old build.
@dougmartin
dougmartin requested a review from emcelroy July 22, 2026 18:05

@emcelroy emcelroy left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Looks good 👍

@dougmartin
dougmartin merged commit 20df8ba into main Jul 22, 2026
10 checks passed
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.

3 participants