Skip to content

Commit 7d5b724

Browse files
committed
Set tagName pattern for sbt-release plugin
1 parent 5569245 commit 7d5b724

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

project/Build.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ object Build extends Build {
4747
concurrentRestrictions in Global := Seq(
4848
Tags.limit(Tags.Test, 1)
4949
),
50+
ReleaseKeys.tagName <<= (version in ThisBuild) map (v => v),
5051
publishTo := {
5152
val nexus = "https://oss.sonatype.org/"
5253
if (isSnapshot.value)

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version in ThisBuild := "0.7.0-p4"
1+
version in ThisBuild := "0.7.0-SNAPSHOT"

0 commit comments

Comments
 (0)