Add changeset

This commit is contained in:
Johan Haals
2021-01-28 15:33:47 +01:00
parent 117881c3dd
commit cdea0baf1c
+10
View File
@@ -0,0 +1,10 @@
---
'@backstage/plugin-scaffolder-backend': minor
---
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
Fix broken configuration GitHub actions in Create React App template.