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] set ':tag' task didWork to 'false' if no tags were created #28

Closed serpro69 closed 7 months ago

serpro69 commented 7 months ago

:tag should set didWork = false if the tag wasn't actually created and only set didWork = true after the task has created a git tag This output could be used by the clients for various decision making based on :tag task's outcome.