[WRONG BRANCH] release: v2.28.0-preview.20260820 - #2191
Conversation
|
✅ Deterministic PR hygiene checks passed. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 10 included reviews per hour; 8 remain after this review. 📝 WalkthroughWalkthroughThe package version changes from ChangesPackage versioning
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This is a localized preview-channel version bump with no actionable merge-blocking risk remaining after normal checks and review. Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches 💡 1🛠️ Fix failing CI checks 💡
🧪 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 |
⏳ DRAFT
What to do
Its title has been prefixed with |
There was a problem hiding this comment.
💡 Codex Review
Line 3 in 19fbc93
In the inspected branch graph, this change is merged by d2c700c1 into main, so main changes from stable 2.27.0 to a preview version even though scripts/release.ts rejects prerelease versions on main and expects them on preview. The continuation described in the commit message also cannot reuse this bump from a preview checkout because that branch did not receive it, leaving the preview publication blocked while stable builds from main report prerelease metadata. Apply the bump to preview and restore main through the documented dev promotion path.
AGENTS.md reference: AGENTS.md:L207-L212
ℹ️ 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".
리뷰 · 우선순위 70 / 80제목에 내용은 origin/main은 이미 #2189로 draft임. 헬퍼가 CI 기다렸다가 workflow dispatch하려고 일부러 draft로 올리는 흐름임. 머지 전에 ready만 보면 됨. types.ts/config.ts 스플릿이랑도 상관 없음. rebase 하지 말 것. 한 줄임. origin에 해결방안: 이 댓글은 grok-bot이 작성했습니다 |
Summary
Version bump to 2.28.0-preview.20260820 on
preview, produced byscripts/release.ts 2.28.0-preview.20260820 --publish. One line changes:package.jsonversion.Same shape as #2189 on
main: the helper wants to push its release commit directly, branch protection requires a pull request, so this PR carries that exact commit (19fbc939b). After it merges the helper is re-run from apreviewcheckout — it findspackage.jsonalready at the target version, reuses the existing release commit, and continues to the CI wait and the workflow dispatch with npm dist-tagpreview.Why this version exists. The
previewchannel is a release behindlateston npm —2.26.0-preview.20260819against2.27.0— so the prerelease train has been trailing the stable one. #2187 already syncedpreviewto the same contentmainis publishing as 2.28.0; this puts the matching prerelease on npm so the two channels line up again.The helper enforces the pairing itself: a
previewbranch release must carry a-preview.version and must publish with thepreviewdist-tag, and amainrelease must be stable semver onlatest. There is no path here that crosses the channels.Verification
The helper's full local gate ran to completion at
a3c33bb72before producing this commit:bun run audit:high— cleanbun x tsc --noEmit— cleanbun test --isolate tests— 13727 pass, 0 fail, 866 files, 544sbun run privacy:scan— passedpreviewchannel forward from 2.26.0-preview.20260819Content verification is the same body of work cited in #2186 and #2189, since
previewandmaincarry identical trees at this point.Checklist
bun run typecheckpassesSummary by CodeRabbit
2.28.0-preview.20260820.