Skip to content

Commit f68d417

Browse files
os-zhuangclaude
andauthored
fix(release): rename stale @objectstack/create-objectstack refs in pending changesets (#3635)
changeset version hard-fails on a changeset naming a package that is not in the workspace, and two pending changesets (better-auth-1-7-0-rc-2 batch, OSV 2026-07 batch) still said @objectstack/create-objectstack while the scaffolder package is named create-objectstack. With the hotcrm gate now advisory in pre-mode (#3627), this was the next and only blocker in the version step: the v17 train died before creating its Version Packages PR. Verified locally: changeset status reproduced the exact CI error before the rename and assembles the release plan cleanly after it. Claude-Session: https://claude.ai/code/session_01ECTCrcCdZpCHw5zFSgcmGt Co-authored-by: Claude <noreply@anthropic.com>
1 parent 2cb62f0 commit f68d417

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

.changeset/better-auth-1-7-0-rc-2-and-prod-dep-batch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"@objectstack/platform-objects": major
44
"@objectstack/client": major
55
"@objectstack/cli": patch
6-
"@objectstack/create-objectstack": patch
6+
"create-objectstack": patch
77
"@objectstack/plugin-hono-server": patch
88
"@objectstack/plugin-pinyin-search": patch
99
"@objectstack/hono": patch
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
---
3+
4+
Repo-plumbing only: two pending changesets referenced the scaffolder by its old `@objectstack/create-objectstack` name, which `changeset version` rejects because the workspace package is named `create-objectstack`. Renamed the entries; releases nothing by itself.

.changeset/osv-batch-2026-07-dep-bumps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
"@objectstack/create-objectstack": patch
2+
"create-objectstack": patch
33
"@objectstack/metadata": patch
44
---
55

0 commit comments

Comments
 (0)