shipkit / shipkit-auto-version

Gradle plugin that helps automating releases by automatically deducing the next Semver version
Apache License 2.0
42 stars 10 forks source link

Start using 'previous-tag' property #56

Closed shestee closed 3 years ago

shestee commented 3 years ago

Recently new property 'shipkit-auto-version.previous-tag' has been exposed. It allows for getting previous revision in more convenient way. This is done in release.gradle file with first commit of this PR - instead of 'previous-version' property, the 'previous-tag' is used. New property is now also covered with README.md documentation (accordig to @mockitoguy suggestions, corrected a bit to make it more readable).