83dc6e4785
Changed plugin-adr's bump to minor and added breaking changes warning Signed-off-by: Robert Bunning <rbunning@webstaurantstore.com>
674 B
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.