From bf9a173c9652a1c120d01da9c105d2fe9d96760b Mon Sep 17 00:00:00 2001 From: aramissennyeydd Date: Wed, 16 Apr 2025 19:23:09 -0400 Subject: [PATCH] add changeset Signed-off-by: aramissennyeydd --- .changeset/six-mangos-yell.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/six-mangos-yell.md diff --git a/.changeset/six-mangos-yell.md b/.changeset/six-mangos-yell.md new file mode 100644 index 0000000000..65ddae86f8 --- /dev/null +++ b/.changeset/six-mangos-yell.md @@ -0,0 +1,5 @@ +--- +'@backstage/repo-tools': minor +--- + +Add support for caching the per-package output from the `package-docs` command.