-
-
Notifications
You must be signed in to change notification settings - Fork 43
Description
I use conventional commits and in my nodejs projects use release-it for releasing my js projects. That has a conventional commit plugin that can take a look at the git history and automatically pick if its a major, minor or patch release which is extremely convenient.
I've been looking at making a worker for monorepo-builder to do this myself, but I don't see a way to inject functionality before the ReleaseWorker checks for the version argument and fails.
$this->addArgument(Option::VERSION, InputArgument::REQUIRED, $description);.
Any suggestions on making worker for this or is this something youd consider supporting? I see there's some stuff in there for different "stages", is it possible to run a worker before what looks like the main stage runs?