From 831b65502ba35570d0c7170dc7d5092bf25b5e40 Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Tue, 16 Feb 2021 13:09:26 +0100 Subject: [PATCH] Fix typos --- .changeset/clever-tomatoes-change.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.changeset/clever-tomatoes-change.md b/.changeset/clever-tomatoes-change.md index f1041f28c6..c57953efb9 100644 --- a/.changeset/clever-tomatoes-change.md +++ b/.changeset/clever-tomatoes-change.md @@ -9,14 +9,14 @@ The scaffolder has been redesigned to be horizontally scalable and to persistent Each scaffolder task is given a unique task ID which is persisted in the database. Tasks are then picked up by a `TaskWorker` which performs the scaffolding steps. -Execution logs are also peristed in the database meaning you can now refresh the scaffolder task status page without losing information. +Execution logs are also persisted in the database meaning you can now refresh the scaffolder task status page without losing information. The task status page is now dynamically created based on the step information stored in the database. This allows for custom steps to be displayed once the next version of the scaffolder template schema is available. The task page is updated to display links to both the git repository and to the newly created catalog entity. -Component registration has moved from the frontend into a separate registration step executed by the `TaskWorker`. This requires that a `CatalogClient` is passed to the scaffoler backend instead of the old `CatalogEntityClient`. +Component registration has moved from the frontend into a separate registration step executed by the `TaskWorker`. This requires that a `CatalogClient` is passed to the scaffolder backend instead of the old `CatalogEntityClient`. Make sure to update `plugins/scaffolder.ts`