fix: add changeset

Signed-off-by: ElaineDeMattosSilvaB <elaine.de-mattos-silva-bezerra@deutschebahn.com>
This commit is contained in:
ElaineDeMattosSilvaB
2025-11-15 07:05:45 +01:00
parent 35074cae19
commit 279279c058
+5
View File
@@ -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.