vivin / gradle-semantic-build-versioning

Gradle plugin to generate version-numbers and tags using semantic versioning
MIT License
86 stars 32 forks source link

Attempting to modify the version in any way when HEAD is currently pointing to a tag should cause the build to fail #25

Closed vivin closed 8 years ago

vivin commented 8 years ago

Existing behavior is confusing since calling any of the bump tasks or pre-release tasks when HEAD is pointing to a tag is a NOP. There is no feedback as to why the version-number is not modified and remains the same as the tag. Instead, the build should fail saying that it is not possible to modify the version number without making changes.

vivin commented 8 years ago

Fixed.