Merge pull request #15790 from backstage/blam/fix-changesets

chore: fix some changeset
This commit is contained in:
Ben Lambert
2023-01-17 11:20:11 +01:00
committed by GitHub
5 changed files with 63 additions and 6 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
---
'@backstage/plugin-scaffolder-backend': patch
'@backstage/plugin-scaffolder-backend': minor
---
Implement "Required approving review count", "Restrictions", and "Required commit signing" support for "publish:github" action
Implement `Required approving review count`, `Restrictions`, and `Required commit signing` support for `publish:github` action
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-adr-backend': patch
---
This plugin now exports a `createRouter` method which uses `UrlReaders` to make requests to your SCM. Please make sure you read the [install instructions](https://github.com/backstage/backstage/blob/master/plugins/adr-backend/README.md#install)
+1 -2
View File
@@ -1,8 +1,7 @@
---
'@backstage/plugin-adr': minor
'@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.
**BREAKING** The ADR plugin now uses UrlReaders. You will have to [configure integrations](https://backstage.io/docs/integrations/index#configuration) 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.](https://backstage.io/docs/api/utility-apis#app-apis) The previously used Octokit implementation has been completely removed.
**BREAKING** The ADR plugin now requires the `@backstage/plugin-adr-backend` plugin to be installed by using the `createRouter` method to add into your `backend`. You read more in the [install instructions](https://github.com/backstage/backstage/blob/master/plugins/adr-backend/README.md#install)
+2 -2
View File
@@ -1,8 +1,8 @@
---
'@backstage/plugin-scaffolder-backend': patch
'@backstage/plugin-scaffolder-backend': minor
---
This patch adds changes to provide examples alongside scaffolder task actions.
This change adds changes to provide examples alongside scaffolder task actions.
The `createTemplateAction` function now takes a list of examples e.g.