docs: update download links to v0.6.0 - #96
Merged
Conversation
docs/RELEASE-CHECKLIST.md makes this a release blocker, and scripts/test_download_links.py enforces it by comparing the README links against the newest section in CHANGELOG.md. Assembling v0.6.0 therefore broke the test until these links moved with it, which also fails normal CI -- and a commit without successful CI cannot be qualified as a release candidate. This belonged in the release commit. v0.5.1 corrected the same omission the same way. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_011HCTFdNai8pNgSyJwV8vGW
Merged
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.
Assembling v0.6.0 into
CHANGELOG.mdleftREADME.mdpointing at v0.5.1.docs/RELEASE-CHECKLIST.mdlists this as a public-preview blocker, andscripts/test_download_links.pyenforces it by comparing the README links against the newest released section inCHANGELOG.md. So the previous commit fails that test — and therefore normal CI, which runs the Python suite — andrelease-candidate.yml'sci-evidencejob refuses to qualify a commit whose exact SHA has no successful CI run.This belonged in #95. v0.5.1 corrected the same omission the same way, in
ad2670e.14 occurrences across the 8 lines of the download table and its surrounding prose; no other version reference in the file changed.
python3 -m unittest discover -s scripts -p 'test_*.py'is green (85 tests).🤖 Generated with Claude Code
https://claude.ai/code/session_011HCTFdNai8pNgSyJwV8vGW