Skip to content

Commit 1cf99b3

Browse files
committed
fix(release): rename stale @objectstack/create-objectstack refs in pending changesets
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. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01ECTCrcCdZpCHw5zFSgcmGt
1 parent f343dc4 commit 1cf99b3

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)