Update .changeset/fair-rockets-leave.md

Signed-off-by: Kacper Nowacki <kacper.nowacki@dynatrace.com>
This commit is contained in:
Kacper Nowacki
2024-06-18 09:36:27 +02:00
parent bec21ee1f1
commit a2f8ba85be
+2 -2
View File
@@ -2,5 +2,5 @@
'@backstage/plugin-scaffolder-backend-module-bitbucket-server': patch
---
Instead of using hardcoded targetBranch we are fetching the default branch from Bitbucket repository.
This prevents from errors when no targetBranch is provided and the default repository branch is different from `master`, for example: `main`.
Instead of using hardcoded `targetBranch` now fetch the default branch from Bitbucket repository.
This prevents from errors when no `targetBranch` is provided and the default repository branch is different from `master`, for example: `main`.