From 722713a64b960343d8d05070dde7f42a7c7f3d2c Mon Sep 17 00:00:00 2001 From: Robert Bunning Date: Wed, 21 Dec 2022 11:12:59 -0500 Subject: [PATCH] Capitalized ADR in changeset Signed-off-by: Robert Bunning --- .changeset/dull-taxis-carry.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/dull-taxis-carry.md b/.changeset/dull-taxis-carry.md index 60800c40eb..6f2901bac2 100644 --- a/.changeset/dull-taxis-carry.md +++ b/.changeset/dull-taxis-carry.md @@ -3,4 +3,4 @@ '@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. +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.