Attribute misfiled release media to versioned dirs#23
Merged
Conversation
Merge #22 (Release notes 1.70) dropped six images into the unattributed `release-media/` dir, which already held two stragglers from #18 (1.68). Neither release's notes reference any of them. Split the junk drawer by release to match the per-version convention (1-63-0-media, 1-64-0-media, ...): - 1.70: codex-mcp, iceberg_database, quiltsync-autosync, quiltsync-settings, rehydrate-preview, rehydrate-tier -> 1-70-0-media/ - 1.68: copy-uri, mcp-tools -> 1-68-0-media/ `release-media/` is now empty and removed. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
What
Merge #22 (Release notes 1.70) dropped six images into the unattributed
release-notes/release-media/dir. That dir already held two stragglers from #18 (1.68). Neither release's notes reference any of them, so they were sitting in an unattributed junk drawer.This PR splits
release-media/by release, matching the per-version convention (1-63-0-media,1-64-0-media, …), and removes the now-empty dir:1-70-0-media/1-68-0-media/Pure
git mv— no notes content changed. Verified no remaining references torelease-media/anywhere in the repo.Follow-up (not in this PR)
None of these images are referenced by their release-notes
.mdfiles (the orphaning predates this PR). Wiring them into the matching sections of1-70-0-release-notes.md/1-68-0-release-notes.mdis editorial placement I left to the author — happy to do it in a follow-up if wanted.🤖 Generated with Claude Code