We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5569245 commit 7d5b724Copy full SHA for 7d5b724
project/Build.scala
@@ -47,6 +47,7 @@ object Build extends Build {
47
concurrentRestrictions in Global := Seq(
48
Tags.limit(Tags.Test, 1)
49
),
50
+ ReleaseKeys.tagName <<= (version in ThisBuild) map (v => v),
51
publishTo := {
52
val nexus = "https://oss.sonatype.org/"
53
if (isSnapshot.value)
version.sbt
@@ -1 +1 @@
1
-version in ThisBuild := "0.7.0-p4"
+version in ThisBuild := "0.7.0-SNAPSHOT"
0 commit comments