Skip to content

[Feature Request] Conventional Commit release #90

@joezappie

Description

@joezappie

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions