From f02f638bc30a3e0aa6e233b319faac7119fbf6e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Tue, 13 Feb 2024 11:31:40 +0100 Subject: [PATCH] Update plugins/devtools/README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fredrik Adelöw --- plugins/devtools/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/devtools/README.md b/plugins/devtools/README.md index 2d21e8e6f2..ca9b436acc 100644 --- a/plugins/devtools/README.md +++ b/plugins/devtools/README.md @@ -418,6 +418,8 @@ By default, only packages with names starting with `@backstage` and `@internal` devTools: info: packagePrefixes: + # Note that you MUST have quotes around these. The YAML won't be valid + # if you don't, because of the leading at-symbols. - '@roadiehq/backstage-' - '@spotify/backstage-' ```