diff --git a/.changeset/true-results-shake.md b/.changeset/true-results-shake.md new file mode 100644 index 0000000000..ab0f1210b3 --- /dev/null +++ b/.changeset/true-results-shake.md @@ -0,0 +1,5 @@ +--- +'@backstage/cli': patch +--- + +Fixes an issue where using the `backstage-cli new --scope` command with a scope that already includes the `@` symbol (e.g., `@backstage-community`) would result in a double `@@` prefix in the generated package name, causing invalid `package.json` files.