cbeust / kobalt

A Kotlin-based build system for the JVM.
Apache License 2.0
433 stars 60 forks source link

Added parameters to autoGitTag directive. #342

Closed ethauvin closed 7 years ago

ethauvin commented 7 years ago
autoGitTag(false)
autoGitTag(tag = "v1.0")
autoGitTag(message = "Release $version")
autoGitTag(true, tag = "v1.0", message = "Version 1.0")