docs(devlog): record the v2.25.0 release - #2004
Merged
Merged
Conversation
Contributor
|
✅ Deterministic PR hygiene checks passed. |
Contributor
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe pull request adds a release execution log for v2.25.0 and v2.25.0-preview.20260818. The log records promotion steps, release SHAs, validation results, publication verification, failed-turn behavior changes, and open follow-up items. ChangesRelease execution
Estimated code review effort: 1 (Trivial) | ~3 minutes Suggested reviewers: ✨ 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 |
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.
Summary
Records the v2.25.0 release train that #1999's
060_release_readiness.mdprepared but deliberately did not execute.It also corrects one thing 060 got wrong: the promotion sequence it wrote out used direct
git push origin preview/main, which cannot succeed. Both branches carry apull_requestruleset rule whose only bypass actor isbypass_mode: "pull_request",so admin bypass exists only through a PR. That also rules out running
scripts/release.tsas-is, since its version-bump push is a direct branch push.The release ran as four PRs (#2000, #2001, #2002, #2003) plus two manual
release.ymldispatches, which is the same shape every prior release used.
Verification
Documentation only — no code changes.
The release itself is verified in the document: npm
latest=2.25.0andpreview=2.25.0-preview.20260818, both tags resolving to their branch tips, Cross-platformCI and Service lifecycle green at both release SHAs, and both Release workflow runs
successful.
Checklist
devSummary by CodeRabbit
New Features
Bug Fixes
Release