chore: remove per-version release notes files#4
Conversation
all-releases.json is now the single source of truth. Merge after nox-devices/nox-mini#1716. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 1b6741240d
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| @@ -1,40 +0,0 @@ | |||
| { | |||
There was a problem hiding this comment.
Preserve versioned release-note endpoints for existing clients
Deleting these release-notes/{version}.json files removes public URLs that existing RPLY builds still use to fetch release notes by exact version, so users on 2.1.0–2.2.0 will get 404s/empty notes until the client migration to all-releases.json is fully deployed. Because older versioned files are still retained in this repo, this change creates a compatibility gap only for the newly deleted versions and should be gated by the app-side rollout.
Useful? React with 👍 / 👎.
Summary
{version}.jsonfiles fromMac/RPLY/release-notes/all-releases.jsonis now the single source of truthMerge after nox-devices/nox-mini#1716 lands (the app-side change that stops reading individual files).
🤖 Generated with Claude Code