Skip to content

docs: fix broken compare links in CHANGELOG files#953

Open
netbrah wants to merge 1 commit intoanthropics:mainfrom
netbrah:fix/changelog-broken-compare-links
Open

docs: fix broken compare links in CHANGELOG files#953
netbrah wants to merge 1 commit intoanthropics:mainfrom
netbrah:fix/changelog-broken-compare-links

Conversation

@netbrah
Copy link
Copy Markdown

@netbrah netbrah commented Mar 19, 2026

Fixes #875

Several compare links across CHANGELOG files referenced non-existent tags, producing 404 errors on GitHub.

Root CHANGELOG.md:

  • v0.50.0: URL pointed to sdk-v0.42.0 (doesn't exist) — corrected to sdk-v0.41.0...sdk-v0.50.0
  • v0.12.4: sdk-v0.12.3 tag doesn't exist (uses v0.12.3 prefix) — updated to v0.12.3...sdk-v0.12.4

packages/vertex-sdk/CHANGELOG.md:

  • v0.10.0: Linked to v0.7.0...v0.7.1 (wrong range, no v0.10.0 tag) — corrected to v0.7.1...v0.11.0
  • v0.1.0: vertex-sdk-v0.0.1 tag doesn't exist — linked to release tag (initial release)

packages/bedrock-sdk/CHANGELOG.md:

  • v0.21.0: bedrock-sdk-v0.20.0 tag doesn't exist — corrected to v0.12.7...v0.21.0

packages/foundry-sdk/CHANGELOG.md:

  • v0.2.0: foundry-sdk-v0.1.0 tag doesn't exist — linked to release tag (initial release)

All replacement tags verified via git tag -l.

Fixes anthropics#875

Several compare links in CHANGELOG.md files referenced non-existent
tags, producing 404s on GitHub:

- Root: v0.50.0 section URL pointed to sdk-v0.42.0 (doesn't exist)
  instead of sdk-v0.50.0
- Root: v0.12.4 section referenced sdk-v0.12.3 (tag uses v0.12.3
  without sdk- prefix)
- vertex-sdk: v0.10.0 section linked to v0.7.0...v0.7.1 range
  (no v0.10.0 tag exists; corrected to v0.7.1...v0.11.0)
- vertex-sdk: v0.1.0 section referenced non-existent v0.0.1 tag
  (initial release, linked to release tag instead)
- bedrock-sdk: v0.21.0 section referenced non-existent v0.20.0 tag
  (corrected to v0.12.7...v0.21.0)
- foundry-sdk: v0.2.0 section referenced non-existent v0.1.0 tag
  (initial release, linked to release tag instead)

Made-with: Cursor
@netbrah netbrah requested a review from a team as a code owner March 19, 2026 21:25
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.

docs: Broken compare links in CHANGELOG.md files

1 participant