From e4469d0ec1dcf75b52533e92bf79eda0e7ef79db Mon Sep 17 00:00:00 2001 From: Robert Bunning Date: Mon, 19 Dec 2022 11:54:31 -0500 Subject: [PATCH] Generated changeset Signed-off-by: Robert Bunning --- .changeset/dull-taxis-carry.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changeset/dull-taxis-carry.md diff --git a/.changeset/dull-taxis-carry.md b/.changeset/dull-taxis-carry.md new file mode 100644 index 0000000000..60800c40eb --- /dev/null +++ b/.changeset/dull-taxis-carry.md @@ -0,0 +1,6 @@ +--- +'@backstage/plugin-adr': patch +'@backstage/plugin-adr-backend': patch +--- + +The adr plugin can now work with sites other than GitHub. Expanded the adr backend plugin to provide endpoints to facilitate this and changed EntityAdrContent and AdrReader to take an optional property, adrFileFetcher, to allow switching between the new implementation and the octokit one. By default, the octokit version is used.