aboutsummaryrefslogtreecommitdiff
path: root/versionwithsha.sbt
diff options
context:
space:
mode:
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