aboutsummaryrefslogtreecommitdiff
path: root/build.sc
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2019-09-22 23:19:04 -0400
committerJakob Odersky <jakob@odersky.com>2019-09-22 23:49:11 -0400
commit9601b8fb6aafaeb678ff7c390c26113d97d41c60 (patch)
treedd97eb5a92a71b6027cac20925e20ba88a05a51a /build.sc
parent1de8952d2bdb03db592fc0946dc47fb10efaf005 (diff)
downloadcommando-9601b8fb6aafaeb678ff7c390c26113d97d41c60.tar.gz
commando-9601b8fb6aafaeb678ff7c390c26113d97d41c60.tar.bz2
commando-9601b8fb6aafaeb678ff7c390c26113d97d41c60.zip
add publish stepv0.2.0-dummy1
Diffstat (limited to 'build.sc')
-rw-r--r--build.sc2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sc b/build.sc
index 963506b..8716e9b 100644
--- a/build.sc
+++ b/build.sc
@@ -10,7 +10,7 @@ object commando extends ScalaModule with ScalafmtModule with PublishModule {
def testFrameworks = Seq("utest.runner.Framework")
}
- def publishVersion = "0.2.0"
+ def publishVersion = os.proc("git", "describe", "--match=v*").call().out.trim.tail
def pomSettings = PomSettings(
description = "Simple command line parsing.",
organization = "io.crashbox",