Skip to content

Commit e1facbc

Browse files
os-zhuangclaude
andcommitted
chore(release): exit changesets pre-release (RC) mode for stable 16.0.0
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>
1 parent 8ff9210 commit e1facbc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.changeset/pre.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"mode": "pre",
2+
"mode": "exit",
33
"tag": "rc",
44
"initialVersions": {
55
"@objectstack/docs": "4.2.1",

0 commit comments

Comments
 (0)