Skip to content

Fix two broken compare links in the changelog - #96

Open
rawsun007 wants to merge 1 commit into
getsentry:masterfrom
rawsun007:fix-changelog-compare-links
Open

Fix two broken compare links in the changelog#96
rawsun007 wants to merge 1 commit into
getsentry:masterfrom
rawsun007:fix-changelog-compare-links

Conversation

@rawsun007

Copy link
Copy Markdown

Two link definitions at the bottom of CHANGELOG.md point at tags that do not exist, so both diffs 404:

line current tag that is missing should be
493 [Unreleased]: compare/8.33.247...HEAD 8.33.247 8.34.247
517 [6.33.205]: compare/6.29.204...6.33.205 6.29.204 6.33.204

8.34.247 is the newest release and the top section of this file; 8.33.247 looks like a transposition of it. For 6.33.205, the section directly below it is 6.33.204, which matches how every other entry compares against its predecessor.

Checked with the git refs API: 8.34.247, 6.33.204, 6.33.205 and 6.29.202 all exist; 8.33.247 and 6.29.204 do not. Both replacement compare URLs return 200. Those were the only two dead links in the repository markdown.

AI disclosure: found and prepared with Claude Code (Claude Opus 5). It swept the repo links; I verified each tag individually against the refs API and each replacement URL by request before submitting. The change is two version numbers in link definitions, no code.

8.33.247 and 6.29.204 are not tags in this repository, so both compare URLs
404. The Unreleased link should start from 8.34.247, the newest release, and
the 6.33.205 link from 6.33.204, its predecessor in this file.
@rawsun007
rawsun007 requested a review from dharrigan as a code owner September 3, 2026 14:53
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.

1 participant