Skip to content

Fix package scope in backported changeset - #6332

Merged
VPS-thodax merged 1 commit into
v8.x.xfrom
claude/keen-goodall-c100xq
Sep 8, 2026
Merged

Fix package scope in backported changeset#6332
VPS-thodax merged 1 commit into
v8.x.xfrom
claude/keen-goodall-c100xq

Conversation

@VPS-thodax

Copy link
Copy Markdown
Contributor

Problem

The release workflow on v8.x.x fails when assembling the release plan:

🦋 error Error: Found changeset user-permissions-wildcard-content-scope for package @dextinity/cms-api which is not in the workspace

No release can be published from v8.x.x until this is resolved.

Cause

.changeset/user-permissions-wildcard-content-scope.md was backported from a branch where the packages are already published under the @dextinity/* scope. On v8.x.x they still use @comet/*, so @dextinity/cms-api does not exist in the workspace and Changesets aborts.

This is the second time the same mistake blocks the v8 release, and it happened despite the backport routine explicitly warning about it. #6293 fixed the identical break for olive-pears-invent less than a week ago. The routine carries a caveat about adjusting the changeset scope when backporting to v8.x.x#6318 followed it and renamed its changeset, but #6292, which added this one, did not. A caveat in the prompt is evidently not enough: the routine needs a check that fails the backport when a changeset names a package that isn't in the target branch's workspace.

Fix

Rename the packages in the changeset's frontmatter to @comet/cms-api and @comet/cms-admin, matching the names in packages/api/cms-api/package.json and packages/admin/cms-admin/package.json on this branch. The changeset text is unchanged, so the released changelog entry stays the same.

Verification

changeset status cannot run on this branch (it resolves changed packages against a main base ref that doesn't apply here), so the release plan was assembled directly via @changesets/get-release-plan. It now succeeds and versions 19 packages from 8.31.0 to 8.32.0, consuming both pending changesets.

Further information

🤖 Generated with Claude Code

https://claude.ai/code/session_017d1A8MxYTpS29HTXgKJpJA


Generated by Claude Code

The changeset was backported from a branch where the packages are
published under the @dextinity/* scope. On v8.x.x they still use
@comet/*, so Changesets aborts while assembling the release plan and no
release can be published.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_017d1A8MxYTpS29HTXgKJpJA
@VPS-thodax VPS-thodax self-assigned this Sep 8, 2026
@coderabbitai

coderabbitai Bot commented Sep 8, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Advanced

Run ID: e9c8b50c-508c-4bda-bed3-2d9ef0476a16

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@VPS-thodax
VPS-thodax marked this pull request as ready for review September 8, 2026 09:10
@VPS-thodax
VPS-thodax merged commit f1e5aba into v8.x.x Sep 8, 2026
5 checks passed
@VPS-thodax
VPS-thodax deleted the claude/keen-goodall-c100xq branch September 8, 2026 09:10
@github-actions
github-actions Bot requested a review from VPS-Obi September 8, 2026 09:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants