gradle-gitVersioner-plugin
gradle-gitVersioner-plugin copied to clipboard
A couple new properties we found necessary/useful
From the appropriate README section:
addFeatureBranchCommitCount false // omit the "+__"/master counter
addTimestamp true // add "-$seconds_epoch"
semVerSafe true // replace anything but [^a-zA-Z0-9-] with "-", for interop with tools like NPM
Additionally, bumped Kotlin to 1.2.71 and Gradle to 4.10.