serpro69 / semver.kt

Semantic versioning gradle plugin via git tags, plus a kotlin implementation of semver spec and a semantic release versioning library
MIT License
7 stars 2 forks source link

Support versioning new monorepo multi-tag modules in pre-release #34

Closed serpro69 closed 5 months ago

serpro69 commented 5 months ago

IF the monorepo project is in pre-release and new module is added, AND the new module is versioned via own tag, THEN the module version should also be postfixed with pre-release identifier.

Close #32

TODO: