We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68709d2 commit 55c34b1Copy full SHA for 55c34b1
monorepo-builder.php
@@ -12,6 +12,8 @@
12
use Symplify\MonorepoBuilder\Release\ReleaseWorker\UpdateBranchAliasReleaseWorker;
13
14
return static function (MBConfig $mbConfig): void {
15
+ $mbConfig->defaultBranch('main');
16
+
17
$mbConfig->packageDirectories([__DIR__ . '/src']);
18
19
$mbConfig->dataToAppend([
0 commit comments