chore: update the changeset in main for the emergency release
Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
{
|
||||
"currentReleaseVersion": {}
|
||||
"currentReleaseVersion": {
|
||||
"@backstage/plugin-scaffolder-backend": "0.17.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
'@backstage/plugin-scaffolder-backend': patch
|
||||
---
|
||||
|
||||
Fix broken GitHub PR action due to malformed `repoUrl`
|
||||
Applied fix from `v0.17.1` of this package which is part of the `v0.69.1` release of Backstage.
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @backstage/plugin-scaffolder-backend
|
||||
|
||||
## 0.17.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- bug: fixing `repoUrl` resolution for `publish:github:pull-request` action
|
||||
|
||||
## 0.17.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
+1
-1
@@ -72,7 +72,7 @@ export const defaultClientFactory = async ({
|
||||
const octokitOptions = await getOctokitOptions({
|
||||
integrations,
|
||||
credentialsProvider: githubCredentialsProvider,
|
||||
repoUrl: `${encodedHost}?owner=${encodedOwner}&repo=${encodedRepo}`,
|
||||
repoUrl: `https://${encodedHost}?owner=${encodedOwner}&repo=${encodedRepo}`,
|
||||
token: providedToken,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user