symplify / monorepo-builder

Composer tools to maintain a monorepo

Home Page:https://www.tomasvotruba.cz/blog/2019/02/18/how-we-automated-shopsys-packages-release-from-2-days-to-1-console-command/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

init throws error

JRoblesAtQuadrant opened this issue · comments

[ERROR] Could not resolve argument "Symplify\MonorepoBuilder\Config\MBConfig $mbConfig"

Error not happening with 11.2.14.*

Experiencing the same problem here, previous version 11.2.17 did not have the problem

This problem is because the downgraded job fails due to the DowngradeUnionTypeDeclarationRector rule error of rector. I will find a way to solve it. You can return version 11.2.17 first.

@TomasVotruba I checked the failed job in the action, which may be caused by this DowngradeUnionTypeDeclarationRector rule of Rector. Do you know the reason?

@jdreesen @JRoblesAtQuadrant
The issue has been fixed on latest version 11.2.19, using the composer update --with symplify/monorepo-builder:11.2.19 command to enjoy it.

Thanks a lot!