Files
backstage/.changeset/dull-taxis-carry.md
T
Robert Bunning 83dc6e4785 Update version bump
Changed plugin-adr's bump to minor and added breaking changes warning

Signed-off-by: Robert Bunning <rbunning@webstaurantstore.com>
2022-12-27 10:18:20 -05:00

674 B

@backstage/plugin-adr, @backstage/plugin-adr-backend
@backstage/plugin-adr @backstage/plugin-adr-backend
minor patch

The ADR plugin can now work with sites other than GitHub. Expanded the ADR backend plugin to provide endpoints to facilitate this.

BREAKING The ADR plugin now uses UrlReaders. You will have to configure integrations for all sites you want to get ADRs from. If you would like to create your own implementation that has different behavior, you can override the AdrApi just like you can with other apis. The previously used Octokit implementation has been completely removed.