Update .changeset/strong-sloths-push.md

Co-authored-by: Ben Lambert <ben@blam.sh>
Signed-off-by: Darragh Bailey <dbailey@g-p.com>
This commit is contained in:
Darragh Bailey
2023-11-07 14:45:49 +00:00
parent 7d5a921114
commit 31ce809932
+1 -1
View File
@@ -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.