Skip to content

chore: drop @objectstack/service-cloud from changeset fixed list - #1261

Merged
os-zhuang merged 1 commit into
mainfrom
chore/fix-changeset-config
May 21, 2026
Merged

chore: drop @objectstack/service-cloud from changeset fixed list#1261
os-zhuang merged 1 commit into
mainfrom
chore/fix-changeset-config

Conversation

@os-zhuang

Copy link
Copy Markdown
Contributor

Why

The package was removed from this repo in #1257 (cloud split) but its entry in .changeset/config.json's fixed list was left behind. Every Release workflow run since then has failed with:

ValidationError: The package or glob expression "@objectstack/service-cloud" specified in the `fixed` option does not match any package in the project.

What this unblocks

Verified locally

Ran pnpm run version with this fix: ✅ produces clean diff, all fixed packages bump to 4.1.0, CHANGELOGs generated.

Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com

The package was removed from this repo in #1257 (cloud split) but its
entry in .changeset/config.json's `fixed` list was left behind. Every
Release workflow run since then has failed with:
ValidationError: The package or glob expression
"@objectstack/service-cloud" specified in the `fixed` option does
not match any package in the project.
Removing the entry unblocks 'changesets/action', which will then update
PR #1256 (chore: version packages) to bump remaining published packages
4.0.5 -> 4.1.0 (minor, driven by the @objectstack/cli changeset added
in #1260). Merging that PR triggers npm publish.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@vercel

vercelBot commented May 21, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

ProjectDeploymentActionsUpdated (UTC)
specReadyReadyPreview, CommentMay 21, 2026 1:33pm

Request Review

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@os-zhuang@hotlong