From 0586d4c1c5587ad83e587316f5dfca61cfd0a2ba Mon Sep 17 00:00:00 2001 From: aramissennyeydd Date: Sun, 2 Mar 2025 08:32:20 -0600 Subject: [PATCH] add changeset Signed-off-by: aramissennyeydd --- .changeset/calm-bottles-rest.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/calm-bottles-rest.md diff --git a/.changeset/calm-bottles-rest.md b/.changeset/calm-bottles-rest.md new file mode 100644 index 0000000000..56321279e0 --- /dev/null +++ b/.changeset/calm-bottles-rest.md @@ -0,0 +1,5 @@ +--- +'@backstage/cli': patch +--- + +Internal change to move the `migrate` and `version:*` commands into a new migrate module.