From 8105aada87e62d1a496205d09175fd2de05fa991 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Sat, 20 Apr 2024 15:25:06 +0200 Subject: [PATCH] changesets: add changeset for community plugins removal from create-app Signed-off-by: Patrik Oldsberg --- .changeset/itchy-gorillas-hope.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/itchy-gorillas-hope.md diff --git a/.changeset/itchy-gorillas-hope.md b/.changeset/itchy-gorillas-hope.md new file mode 100644 index 0000000000..cd285161ff --- /dev/null +++ b/.changeset/itchy-gorillas-hope.md @@ -0,0 +1,5 @@ +--- +'@backstage/create-app': patch +--- + +Removed the Tech Radar and GitHub Actions plugins from the template, which have been moved to the community plugins repository.