Files
backstage/.changeset/wise-foxes-confess.md
T
Patrick Jungermann 8119a9e011 fix(scaffolder,bitbucket): support custom defaultBranch for Bitbucket Cloud
Before this change, the returned `repoContentsUrl` of this scaffolder action
was hardcoded to branch `master` which is the default value for `defaultBranch`.

The change will ensure to use the provided value instead.

Closes: #9759

Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-02-25 11:20:13 +01:00

169 B

@backstage/plugin-scaffolder-backend
@backstage/plugin-scaffolder-backend
patch

Fix the support for custom defaultBranch values for Bitbucket Cloud at the publish:bitbucket scaffolder action.