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

[gradle] PromoteRelease in multi-tag monorepo should promote unchanged modules #27

Open serpro69 opened 6 months ago

serpro69 commented 6 months ago

-PromoteRelease in multi-tag monorepos will only promote RC modules that have changes. I think we should promote all modules that have an RC version, not only those with changes. Semantically, promoting a pre-release to release does not necessarily require changes, and release version can equal latest RC.