From 98faba9d21f01a4316d20b37519d71c6841651ce Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Wed, 25 Feb 2026 11:17:54 +0100 Subject: [PATCH] changeset: simplify message to internal refactor Signed-off-by: Patrik Oldsberg --- .changeset/move-clean-pack-to-build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/move-clean-pack-to-build.md b/.changeset/move-clean-pack-to-build.md index 40db4df15a..9f1969ec41 100644 --- a/.changeset/move-clean-pack-to-build.md +++ b/.changeset/move-clean-pack-to-build.md @@ -2,4 +2,4 @@ '@backstage/cli': patch --- -Moved the `clean` and `pack` commands from the internal maintenance module to the build module. +Internal refactor of CLI command modules.