From 4c49889187fbda7f711f5dca9b23953ea96f9dd6 Mon Sep 17 00:00:00 2001 From: Lucas Bickel <116588+hairmare@users.noreply.github.com> Date: Mon, 4 Mar 2024 13:58:25 +0100 Subject: [PATCH] fix(all-in-one): name in template (#29) --- scaffolder-templates/all-in-one/template.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scaffolder-templates/all-in-one/template.yaml b/scaffolder-templates/all-in-one/template.yaml index 5c7fe18..242cb9c 100644 --- a/scaffolder-templates/all-in-one/template.yaml +++ b/scaffolder-templates/all-in-one/template.yaml @@ -1,9 +1,9 @@ apiVersion: scaffolder.backstage.io/v1beta3 kind: Template metadata: - name: semrel - title: Semantic Release - description: Enable Semantic Release on an existing project. + name: all-in-one + title: All-in-One + description: All-in-one CI/CD configuration. tags: - recommended spec: