From 44766e8f676e2e9185eae2a870db8de00c57125d Mon Sep 17 00:00:00 2001 From: mufaddal motiwala Date: Fri, 4 Mar 2022 17:24:46 +0530 Subject: [PATCH] md fix Signed-off-by: mufaddal motiwala Signed-off-by: Shivam bisht --- .changeset/angry-pens-begin.md | 2 +- plugins/scaffolder-backend/api-report.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.changeset/angry-pens-begin.md b/.changeset/angry-pens-begin.md index 620baa8079..b8d6f80292 100644 --- a/.changeset/angry-pens-begin.md +++ b/.changeset/angry-pens-begin.md @@ -2,4 +2,4 @@ '@backstage/plugin-scaffolder-backend': patch --- -override default commit message and author details in gitlab action +Override default commit message and author details in GitLab action diff --git a/plugins/scaffolder-backend/api-report.md b/plugins/scaffolder-backend/api-report.md index d454fe2e7b..7cb29fcf60 100644 --- a/plugins/scaffolder-backend/api-report.md +++ b/plugins/scaffolder-backend/api-report.md @@ -266,6 +266,9 @@ export function createPublishGitlabAction(options: { repoVisibility?: 'internal' | 'private' | 'public' | undefined; sourcePath?: string | undefined; token?: string | undefined; + defaultCommitMessage?: string | undefined; + gitAuthorName?: string | undefined; + gitAuthorEmail?: string | undefined; }>; // @public