From a8611bcac44753c1e0144b7333226c9b3c2e7faf Mon Sep 17 00:00:00 2001 From: Juan Pablo Garcia Ripa Date: Thu, 1 Dec 2022 14:16:17 +0100 Subject: [PATCH] add changeset Signed-off-by: Juan Pablo Garcia Ripa --- .changeset/lemon-coats-camp.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .changeset/lemon-coats-camp.md diff --git a/.changeset/lemon-coats-camp.md b/.changeset/lemon-coats-camp.md new file mode 100644 index 0000000000..a2d87476f6 --- /dev/null +++ b/.changeset/lemon-coats-camp.md @@ -0,0 +1,11 @@ +--- +'@backstage/repo-tools': minor +--- + +Add new command options to the `api-report` + +- added `--allowWarnings` to continue processing packages if some packages have warnings +- added `--omitMessages` to pass some warnings messages code to be omitted from the api-report.md files +- The `paths` argument for this command now takes as default the value on `workspaces.packages` inside the root package.json +- The `paths` argument now allow glob patterns +- change the path resolution to use the `@backstage/cli-common` packages instead