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

Allow multiple paths to track changes for multi-module projects #36

Open serpro69 opened 4 months ago

serpro69 commented 4 months ago

It can be beneficial to track multiple paths for each module. E.g. one might want to track main sources, but also changes to build files.

Maybe also make an option for "common paths" that apply to all configured submodules?