stop using 'v' prefix for release tags

This commit is contained in:
Hans-Christoph Steiner 2017-07-08 00:10:45 +02:00
parent 7e7835c182
commit 57664eb086

View File

@ -10,7 +10,7 @@ def getVersionName = { ->
commandLine 'git', 'describe', '--tags', '--always' commandLine 'git', 'describe', '--tags', '--always'
standardOutput = stdout standardOutput = stdout
} }
return stdout.toString().trim().substring(1) return stdout.toString().trim()
} }
repositories { repositories {