Update changelog for 17.0.0 - #4699
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
9d6385d to
9e354ba
Compare
Review: Changelog collapse for 17.0.0This is a documentation-only PR that collapses the 13 Verified clean:
One nit worth a second look (not a blocker):
No runtime/behavioral risk here since only |
Review SummaryThis is a metadata-only PR that collapses the 13 Verification performed
Notes
No blocking issues found. The classification and curation described in the PR body match what's actually in the diff. |
Greptile SummaryThis PR prepares the stable React on Rails 17.0.0 changelog. The main changes are:
Confidence Score: 5/5This looks safe to merge.
Important Files Changed
Reviews (1): Last reviewed commit: "Update changelog for 17.0.0" | Re-trigger Greptile |
ReviewNote: This PR is already merged. Reviewing retrospectively per request, focusing on code quality, correctness, security, and performance. OverviewDocumentation-only change ( Verification performed
Code quality / correctnessNothing to flag — this is prose curation, not code. The stated validation in the PR description (prettier check, structure/link verification, Security / performanceNot applicable — no executable code changed. RiskLow. The PR correctly stays in draft and doesn't authorize a stable release by itself (per its own description), and it doesn't touch 🤖 Generated with Claude Code |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 9e354bacb2
ℹ️ 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".
Address-review summaryScan scope: full PR history via the coordinated post-merge audit ( Mattered
Optional
Skipped
Deferred-work tracking: existing issue #4569. The published Next default scan starts after this comment. Say |
Why
Prepare the stable React on Rails 17.0.0 changelog from the accepted
v17.0.0.rc.12release history. This is a metadata-only change: the runtime tree remains identical to the accepted RC.The release tracker is still in development mode with final-promotion hard gates outstanding, so this PR is intentionally a draft and does not authorize a stable release.
What changed
17.0.0.rc.*changelog sections into one17.0.0section dated 2026-07-16.v16.6.0...v17.0.0andv17.0.0...main.Post-RC classification
origin/release/17.0.0exactly matchedv17.0.0.rc.12before this PR, so the classification range contained no rows and noUNKNOWNcommits.Release-train caveat
The rake release path permits changelog/docs/comment-only commits after the accepted RC, but
script/release-finish promoteand the release-train runbook still enforce branch-tip equality with the RC tag. After this PR merges, the stable release must usebundle exec rake "release[17.0.0]"directly, and only after all hard gates and explicit promotion signoff are complete.SECURITY.mdis not changed here because the invoked changelog workflow is changelog-only. Its required v17 support-window update remains outstanding before the final release.Validation
git diff --checkpnpm exec prettier --check CHANGELOG.mdbundle exec rake 'update_changelog[release]'computed17.0.0and coalesced prerelease sections(cd react_on_rails && bundle exec rspec spec/react_on_rails/update_changelog_rake_helpers_spec.rb)— 33 examples, 0 failuresscript/ci-changes-detector origin/release/17.0.0— documentation-only; hosted CI recommendation: noneReview notes