chore: enter prerelease mode (rc) to ship v4.5.0-rc.0#3630
Conversation
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📜 Recent review details⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (4)
🔇 Additional comments (1)
WalkthroughThis PR adds a single configuration file, Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
Summary
Adds
.changeset/pre.jsonto put the repo into changesets pre mode with dist-tagrc. After this merges, the changesets bot regenerates the existing release PR aschore: release v4.5.0-rc.0. Merging that PR publishes the first release candidate of 4.5.0 to npm under@rc.The pre-mode plumbing landed in #3628. The release content (chat.agent + sessions + ai prompts + dashboard server-changes) landed in #3629.
What ships when the bot PR merges
Under dist-tag
rc:@trigger.dev/{sdk,core,build,react-hooks,redis-worker,plugins,python,rsc,schema-to-json}@4.5.0-rc.0trigger.dev@4.5.0-rc.0Plus:
ghcr.io/triggerdotdev/trigger.dev:v4.5.0-rc.0(immutable tag only —:v4-betais not touched)oci://ghcr.io/triggerdotdev/charts/trigger.dev:4.5.0-rc.0v4.5.0-rc.0marked as Pre-release (no Latest badge)What does NOT happen:
lateststays at 4.4.6is_prerelease != 'true'):latestnot touched (we never push it anyway in this repo)Iteration
For subsequent rc.N: add a regular changeset to main, bot regenerates the release PR as
v4.5.0-rc.N. Merge to ship.Exiting pre mode
When ready to ship stable:
pnpm exec changeset pre exit, push, merge regenerated PR. That publishes4.5.0underlatestand fires the marketing-site dispatch.