Generated changeset

Signed-off-by: Robert Bunning <rbunning@webstaurantstore.com>
This commit is contained in:
Robert Bunning
2022-12-19 11:54:31 -05:00
parent 99fea85ddf
commit e4469d0ec1
+6
View File
@@ -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.