From 14008190ee8c58a98230d1847ebeb6bb19238492 Mon Sep 17 00:00:00 2001 From: Vincenzo Scamporlino Date: Wed, 11 Feb 2026 15:47:54 +0100 Subject: [PATCH] Update prompt message for plugin package name Signed-off-by: Vincenzo Scamporlino --- .changeset/ninety-suits-drum.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/ninety-suits-drum.md b/.changeset/ninety-suits-drum.md index 1eb0a7f1db..724b46dabf 100644 --- a/.changeset/ninety-suits-drum.md +++ b/.changeset/ninety-suits-drum.md @@ -2,4 +2,4 @@ '@backstage/cli': patch --- -The `new` command now prompts for the plugin package name when creating a backend plugin module, in order to properly populate the `package.json` file. +The `new` command now prompts for the plugin package name when creating plugin modules, in order to properly populate the `package.json` file.