We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9cd538 commit af0778aCopy full SHA for af0778a
build.sbt
@@ -37,11 +37,6 @@ val publishSettings = List(
37
)
38
),
39
organization := "tf.tofu",
40
- version := {
41
- val branch = git.gitCurrentBranch.value
42
- if (branch == "master") publishVersion
43
- else s"$publishVersion-$branch-SNAPSHOT"
44
- },
45
versionScheme := Some("semver-spec"),
46
licenses += ("Apache-2.0", url("http://www.apache.org/licenses/LICENSE-2.0"))
47
0 commit comments