aboutsummaryrefslogtreecommitdiff
path: root/versionwithsha.sbt
diff options
context:
space:
mode:
authoradelio <adelio@despegar.com>2014-03-30 23:05:17 -0300
committeradelio <adelio@despegar.com>2014-04-03 10:59:25 -0300
commita6e7752525c70bb316ceb09f8daed56cdc0f05d5 (patch)
treeb049ca32bbfe2d07b5774360df7bef6cd74d2e98 /versionwithsha.sbt
parent1f6a3f3bb9c59da198df302193ddf5c29c4e42d6 (diff)
downloadKamon-a6e7752525c70bb316ceb09f8daed56cdc0f05d5.tar.gz
Kamon-a6e7752525c70bb316ceb09f8daed56cdc0f05d5.tar.bz2
Kamon-a6e7752525c70bb316ceb09f8daed56cdc0f05d5.zip
commit SHA support, signed publish support, sonatype support
Diffstat (limited to 'versionwithsha.sbt')
-rw-r--r--versionwithsha.sbt5
1 files changed, 5 insertions, 0 deletions
diff --git a/versionwithsha.sbt b/versionwithsha.sbt
new file mode 100644
index 00000000..288e7948
--- /dev/null
+++ b/versionwithsha.sbt
@@ -0,0 +1,5 @@
+// This file has a sensitive filename. It MUST be loaded after version.sbt, so it can rely in sbt-release version
+
+version in ThisBuild := VersionWithSHA.kamonVersionWithSHA((version in ThisBuild).value)
+
+isSnapshot in ThisBuild := VersionWithSHA.kamonIsSnapshot((version in ThisBuild).value) \ No newline at end of file