From 5c7f2343ea420ff2b5ad336b223c9c2007ea2315 Mon Sep 17 00:00:00 2001 From: blam Date: Fri, 25 Feb 2022 16:42:40 +0100 Subject: [PATCH] chore: port the fix back to mainline Signed-off-by: blam --- .changeset/chilly-goats-suffer.md | 5 +++++ .changeset/patched.json | 2 +- plugins/scaffolder-backend/CHANGELOG.md | 6 ++++++ 3 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 .changeset/chilly-goats-suffer.md diff --git a/.changeset/chilly-goats-suffer.md b/.changeset/chilly-goats-suffer.md new file mode 100644 index 0000000000..da98b4019b --- /dev/null +++ b/.changeset/chilly-goats-suffer.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-scaffolder-backend': patch +--- + +Applied fix from version 0.17.2 of this package, which is part of the v0.69.2 release of Backstage. diff --git a/.changeset/patched.json b/.changeset/patched.json index c8a00c5421..486cfe13a5 100644 --- a/.changeset/patched.json +++ b/.changeset/patched.json @@ -1,5 +1,5 @@ { "currentReleaseVersion": { - "@backstage/plugin-scaffolder-backend": "0.17.1" + "@backstage/plugin-scaffolder-backend": "0.17.2" } } diff --git a/plugins/scaffolder-backend/CHANGELOG.md b/plugins/scaffolder-backend/CHANGELOG.md index 1e48dcc57e..25beb6c644 100644 --- a/plugins/scaffolder-backend/CHANGELOG.md +++ b/plugins/scaffolder-backend/CHANGELOG.md @@ -1,5 +1,11 @@ # @backstage/plugin-scaffolder-backend +## 0.17.2 + +### Patch Changes + +- bug: `repoUrl` does not have a protocol in `publish:github:pull-request` + ## 0.17.1 ### Patch Changes