From d904fd5b3df939108f11e264489d2c1a160cf931 Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Thu, 28 Jan 2021 15:44:36 +0100 Subject: [PATCH] Fix changeset wording --- .changeset/wicked-beds-buy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/wicked-beds-buy.md b/.changeset/wicked-beds-buy.md index 2f0586bf93..daa8fffeab 100644 --- a/.changeset/wicked-beds-buy.md +++ b/.changeset/wicked-beds-buy.md @@ -5,6 +5,6 @@ The scaffolder is updated to generate a unique workspace directory inside the temp folder which gets cleaned up afterwards. prepare/template/publish steps is refactored to operate on known directories(`checkout/`, `template/`, `result/`) inside the generated temp directory. -Updates preparers to take the template url instead of the entire template. This is all in preparation f +Updates preparers to take the template url instead of the entire template. This is done primarly to allow for backwards compatability between v1 and v2 scaffolder templates. Fix broken configuration GitHub actions in Create React App template.