Add changeset and api-report
Signed-off-by: Erik Sjoholm <erik.sjoholm@autodesk.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-react': patch
|
||||
---
|
||||
|
||||
Fixed a bug where links in scaffolder field markdown content e.g. - description was not able to be launched in a new tab. This fix makes it so that all links within Scaffolder Fields are launched in a new tab.
|
||||
@@ -302,7 +302,10 @@ export const createPublishGitlabMergeRequestAction: (options: {
|
||||
}) => TemplateAction_2<
|
||||
{
|
||||
repoUrl: string;
|
||||
title: string;
|
||||
title: string
|
||||
/**
|
||||
* @public @deprecated use import from \@backstage/plugin-scaffolder-backend-module-github instead
|
||||
*/;
|
||||
description: string;
|
||||
branchName: string;
|
||||
targetBranchName?: string | undefined;
|
||||
|
||||
Reference in New Issue
Block a user