diff --git a/.changeset/soft-turkeys-tie.md b/.changeset/soft-turkeys-tie.md index a1ca9f1c22..3962f49460 100644 --- a/.changeset/soft-turkeys-tie.md +++ b/.changeset/soft-turkeys-tie.md @@ -2,4 +2,4 @@ '@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. +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.