Skip to content

Commit 55c34b1

Browse files
committed
Configure default branch in Monorepo Builder config
1 parent 68709d2 commit 55c34b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

monorepo-builder.php

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
use Symplify\MonorepoBuilder\Release\ReleaseWorker\UpdateBranchAliasReleaseWorker;
1313

1414
return static function (MBConfig $mbConfig): void {
15+
$mbConfig->defaultBranch('main');
16+
1517
$mbConfig->packageDirectories([__DIR__ . '/src']);
1618

1719
$mbConfig->dataToAppend([

0 commit comments

Comments
 (0)