chore(release): exit RC pre-release mode → stable 16.0.0#3378
Merged
Conversation
Flips `.changeset/pre.json` mode `pre` -> `exit` (equivalent to `changeset pre exit`). The next `changeset version` on main will roll every changeset accumulated during the RC window into a single stable bump — the whole lockstep `fixed` group goes 15.1.1 -> 16.0.0 (driven by the `major` changeset removing the deprecated `session.tenantId` alias) — dropping the `-rc.N` suffix and publishing `latest` instead of the `rc` dist-tag. No changeset added (this is a release-process flip, not a package change): carries the `skip-changeset` label, which also stands the re-armed no-major guard down for this PR — the whole-stack major is intentional here. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
What
Flips
.changeset/pre.jsonmodepre→exit— equivalent tochangeset pre exit. This ends the 16.0 RC cycle.Once this merges, the
Releaseworkflow'schangeset versionstep rolls every changeset accumulated during the RC window into a single stable bump and opens achore: version packagesPR:fixedgroup: 15.1.1 → 16.0.0 (no-rcsuffix)latestdist-tag instead ofrcBreaking change driving the major
The only
majorchangeset isremove-session-tenantid-alias.md— removes the deprecatedsession.tenantIdalias on@objectstack/spec/@objectstack/objectql/@objectstack/runtime(useorganizationId). Because the group versions in lockstep, that single major promotes the whole stack to 16.0.0. Everything else accumulated asminor/patchper the launch-window convention.Labels / gates
skip-changeset: this is a release-process flip, not a package change, so it adds no.mdchangeset. The label skips the wholeCheck Changesetjob — which also stands down the no-major guard that re-arms the momentpre.jsonleavesmode: pre. The whole-stack major is intentional here.After merge
The stable
chore: version packagesPR (16.0.0) will appear. Merging THAT PR is the actual npm publish — held for explicit go-ahead.🤖 Generated with Claude Code