Skip to content

Commit

Permalink
monorepo release の SetCurrentMutualDependenciesReleaseWorker を無効化
Browse files Browse the repository at this point in the history
リリース時に composer.json
にキャレットが入ってしまっていて問題となったため
  • Loading branch information
ryuring committed Aug 22, 2024
1 parent 47d0d32 commit c36c6da
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions monorepo-builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@
*/
$mbConfig->defaultBranch('master');
$mbConfig->workers([
UpdateReplaceReleaseWorker::class,
SetCurrentMutualDependenciesReleaseWorker::class,
UpdateReplaceReleaseWorker::class
]);
} elseif(preg_match('/^[0-9]+\.[0-9]+\.[0-9]+-(alpha|beta|rc)/', $version)) {
/**
Expand Down

0 comments on commit c36c6da

Please sign in to comment.