From 31ce80993213d1d04a6cd475025f8fc1874cc533 Mon Sep 17 00:00:00 2001 From: Darragh Bailey Date: Tue, 7 Nov 2023 14:45:49 +0000 Subject: [PATCH] Update .changeset/strong-sloths-push.md Co-authored-by: Ben Lambert Signed-off-by: Darragh Bailey --- .changeset/strong-sloths-push.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.