From a3c65c8e2aec06cb2646587abf38a6258de0fee7 Mon Sep 17 00:00:00 2001 From: Peter Macdonald Date: Tue, 31 Mar 2026 13:27:17 +0200 Subject: [PATCH] add a note about the backstage version in the fe-migration skill Signed-off-by: Peter Macdonald --- .../skills/plugin-full-frontend-system-migration/SKILL.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/.well-known/skills/plugin-full-frontend-system-migration/SKILL.md b/docs/.well-known/skills/plugin-full-frontend-system-migration/SKILL.md index b8786211c3..55d6727732 100644 --- a/docs/.well-known/skills/plugin-full-frontend-system-migration/SKILL.md +++ b/docs/.well-known/skills/plugin-full-frontend-system-migration/SKILL.md @@ -9,6 +9,8 @@ This skill helps fully migrate an existing Backstage plugin from the old fronten This is the preferred approach for internal plugins that are only used in a single app, since there is no need to maintain backward compatibility. It can also be used for published plugins when you're ready to drop old system support entirely. +It is highly recommended to be on Backstage version 1.49.x or above. This can be verified by looking in the `backstage.json` file in the root of the repository. + ## Key Differences from Dual Support | Aspect | Dual Support | Full Migration |