diff --git a/.changeset/strong-sloths-push.md b/.changeset/strong-sloths-push.md index 5e449b21ef..8b4196833d 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. 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.