Conversation
…espects the configured default branch Co-authored-by: adamziel <205419+adamziel@users.noreply.github.com>
|
@copilot the branch name is not hardcoded in PushNextDevReleaseWorker.php, it can be parametrized. Please parametrize it, see https://github.com/symplify/monorepo-builder/blob/805b2a426491212d40567e4070778a594a1633c2/packages/Release/ReleaseWorker/PushNextDevReleaseWorker.php#L4 |
…onfiguration Co-authored-by: adamziel <205419+adamziel@users.noreply.github.com>
Updated to use the default PushNextDevReleaseWorker with explicit branch parameter configuration. Removed the custom worker and configured the branch name using Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
The release process fails at step 8/8 because
PushNextDevReleaseWorkerfromsymplify/monorepo-builderneeds to be configured to use "trunk" as the branch name, but was using the default "master" branch.Changes
monorepo-builder.php: Configure the branch name parameter explicitly using$config->parameters()->set( Option::DEFAULT_BRANCH_NAME, 'trunk' );to parameterize the defaultPushNextDevReleaseWorkerThe default
PushNextDevReleaseWorkerfrom symplify/monorepo-builder now reads the configured branch name parameter (set to "trunk") instead of using the hardcoded default "master":Original prompt
<issue_description>Changed current directory to /home/runner/.composer
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.