From b78b2b0ed677e9677dd4ff581bfa0f46c09b0f65 Mon Sep 17 00:00:00 2001 From: aramissennyeydd Date: Sun, 9 Feb 2025 13:17:44 -0500 Subject: [PATCH] add changeset Signed-off-by: aramissennyeydd --- .changeset/six-pugs-hug.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/six-pugs-hug.md diff --git a/.changeset/six-pugs-hug.md b/.changeset/six-pugs-hug.md new file mode 100644 index 0000000000..2f5bddd7f2 --- /dev/null +++ b/.changeset/six-pugs-hug.md @@ -0,0 +1,5 @@ +--- +'@backstage/repo-tools': minor +--- + +Adds a new command `package-docs` to create TypeScript API documentation using TypeDocs.