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

Update plugin to expose 'tagExists' property in Tag task #30

Closed serpro69 closed 6 months ago

serpro69 commented 6 months ago

didWork might not always be enough in monorepos where some modules share the version tag with 'root', so we add an additional property that will be set to true if the tag was attempted to be made but already existed.