From e1facbc840415830764b6273c3cea83a4a4b7493 Mon Sep 17 00:00:00 2001 From: Jack Zhuang <277994282+os-zhuang@users.noreply.github.com> Date: Tue, 21 Jul 2026 13:40:22 +0800 Subject: [PATCH] chore(release): exit changesets pre-release (RC) mode for stable 16.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .changeset/pre.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 2c26439e8..675e9c409 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -1,5 +1,5 @@ { - "mode": "pre", + "mode": "exit", "tag": "rc", "initialVersions": { "@objectstack/docs": "4.2.1",