We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 977c084 commit d06e4e7Copy full SHA for d06e4e7
version.sbt
@@ -1,3 +1,3 @@
1
-def currentVersion: String = ("git describe --tags --match v*" !!).trim.substring(1)
+def currentVersion: String = ("git describe --tags" !!).trim
2
3
version in ThisBuild := currentVersion
0 commit comments