Add changeset

This commit is contained in:
Mattias Frinnström
2020-10-27 11:58:22 +01:00
parent 2e9d34fd87
commit 5e4551e3a1
+10
View File
@@ -0,0 +1,10 @@
---
'@backstage/plugin-scaffolder-backend': patch
---
Added support for configuring the working directory of the Scaffolder:
```yaml
backend:
workingDirectory: /some-dir # Use this to configure a working directory for the scaffolder, defaults to the OS temp-dir
```