From 29c8bcc532e5f4b6b42918c0220c03be82db8585 Mon Sep 17 00:00:00 2001 From: blam Date: Fri, 12 Feb 2021 22:58:47 +0100 Subject: [PATCH] chore: added changeset --- .changeset/soft-rings-obey.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changeset/soft-rings-obey.md diff --git a/.changeset/soft-rings-obey.md b/.changeset/soft-rings-obey.md new file mode 100644 index 0000000000..792b023785 --- /dev/null +++ b/.changeset/soft-rings-obey.md @@ -0,0 +1,6 @@ +--- +'@backstage/plugin-scaffolder-backend': patch +--- + +Fixed the `prepare` step for when using local templates that were added to the catalog using the `file:` target configuration. +No more `EPERM: operation not permitted` error messages. �