From 618143c3c78c8cdd9a3e1b19c9ed7681b21b98b2 Mon Sep 17 00:00:00 2001 From: Himanshu Mishra Date: Thu, 12 Aug 2021 08:07:55 +0200 Subject: [PATCH] scaffolder-backend: changeset about removing sample-templates Signed-off-by: Himanshu Mishra --- .changeset/cuddly-rabbits-look.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/cuddly-rabbits-look.md diff --git a/.changeset/cuddly-rabbits-look.md b/.changeset/cuddly-rabbits-look.md new file mode 100644 index 0000000000..421c97bbff --- /dev/null +++ b/.changeset/cuddly-rabbits-look.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-scaffolder-backend': patch +--- + +Action needed: If you are using the templates located at https://github.com/backstage/backstage/tree/master/ in your Backstage app directly using the URL via the `app-config.yaml`, you should copy over the templates inside your org and import from there. The templates have now been moved to https://github.com/backstage/software-templates. See https://github.com/backstage/backstage/issues/6415 for explanation.