diff --git a/.changeset/strong-sloths-push.md b/.changeset/strong-sloths-push.md index 8b4196833d..52ae7698a3 100644 --- a/.changeset/strong-sloths-push.md +++ b/.changeset/strong-sloths-push.md @@ -2,4 +2,4 @@ '@backstage/plugin-scaffolder-backend': minor --- -- Allow using `globby`'s negative matching with `copyWithoutTemplating`/`copyWithoutRender`. This allows including an entire subdirectory while excluding a single file so that it will still be templated instead of needing to list every other file and ensure the list is updated when new files are added. +Allow using `globby`'s negative matching with `copyWithoutTemplating`/`copyWithoutRender`. This allows including an entire subdirectory while excluding a single file so that it will still be templated instead of needing to list every other file and ensure the list is updated when new files are added.