chore: port the fix back to mainline

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-02-25 16:42:40 +01:00
parent 6c66fe1130
commit 5c7f2343ea
3 changed files with 12 additions and 1 deletions
+5
View File
@@ -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.
+1 -1
View File
@@ -1,5 +1,5 @@
{
"currentReleaseVersion": {
"@backstage/plugin-scaffolder-backend": "0.17.1"
"@backstage/plugin-scaffolder-backend": "0.17.2"
}
}
+6
View File
@@ -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