Skip to content

Commit

Permalink
Configure default branch in Monorepo Builder config
Browse files Browse the repository at this point in the history
  • Loading branch information
GSadee committed Oct 29, 2024
1 parent 68709d2 commit 55c34b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions monorepo-builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
use Symplify\MonorepoBuilder\Release\ReleaseWorker\UpdateBranchAliasReleaseWorker;

return static function (MBConfig $mbConfig): void {
$mbConfig->defaultBranch('main');

$mbConfig->packageDirectories([__DIR__ . '/src']);

$mbConfig->dataToAppend([
Expand Down

0 comments on commit 55c34b1

Please sign in to comment.