From 93c874f70f8da3dcec98383dcb240e087a171147 Mon Sep 17 00:00:00 2001 From: blam Date: Mon, 7 Jun 2021 13:57:45 +0200 Subject: [PATCH] chore: Updating the changeset with more information about removing the `create-react-app` template Signed-off-by: blam --- .changeset/perfect-toes-search.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.changeset/perfect-toes-search.md b/.changeset/perfect-toes-search.md index cefa003125..65aceb6f08 100644 --- a/.changeset/perfect-toes-search.md +++ b/.changeset/perfect-toes-search.md @@ -4,3 +4,14 @@ --- Migrating old `backstage.io/v1alpha1` templates to `backstage.io/v1beta2` + +Deprecating the `create-react-app` Template. We're planning on removing the `create-react-app` templater, as it's been a little tricky to support and takes 15mins to run in a container. We've currently cached a copy of the output for `create-react-app` and ship that under our sample templates folder. If you want to continue using it, we suggest copying the template out of there and putting it in your own repository as it will be removed in upcoming releases. + +We also recommend removing this entry from your `app-config.yaml` if it exists: + +```diff +- - type: url +- target: https://github.com/backstage/backstage/blob/master/plugins/scaffolder-backend/sample-templates/create-react-app/template.yaml +- rules: +- - allow: [Template] +```