Adding Changeset

Signed-off-by: Mark Foresta <Mark.Foresta691@gmail.com>
This commit is contained in:
Mark Foresta
2024-10-12 12:29:38 -04:00
committed by blam
parent 56c28118b1
commit 7ab3371d33
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scaffolder-backend': patch
---
Modified createDryRunner and corresponding route to include templateMetaData inside the templateInfo. This allows custom action writers to access things like `templateInfo.entity.metadata.name` via the action context while executing templates using the dry run framework.