added changeset and api report

Signed-off-by: kosukeKK <koskacts@gmail.com>
This commit is contained in:
kosukeKK
2023-12-31 00:28:06 +09:00
parent 3ae875da8d
commit 18b4fc7f72
4 changed files with 11 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scaffolder-backend': minor
---
Added 'editUrl' to the '/v2/templates/:namespace/:kind/:name/parameter-schema' API response. This 'editUrl' references 'backstage.io/edit-url' in the template metadata annotations
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scaffolder-react': minor
---
Added an edit link to the template page for direct access to editing the template
@@ -3,8 +3,6 @@ kind: Location
metadata:
name: example-templates
description: A collection of all Backstage example templates
# annotations:
# backstage.io/edit-url: https://github.com/backstage/backstage/blob/master/plugins/scaffolder-backend/sample-templates/all-templates.yaml
spec:
targets:
- ./remote-templates.yaml
+1
View File
@@ -484,6 +484,7 @@ export type TemplateGroupFilter = {
export type TemplateParameterSchema = {
title: string;
description?: string;
editUrl?: string;
presentation?: TemplatePresentationV1beta3;
steps: Array<{
title: string;