aboutsummaryrefslogtreecommitdiff
path: root/project/SttpRelease.scala
diff options
context:
space:
mode:
authoradamw <adam@warski.org>2017-07-25 13:04:18 +0200
committeradamw <adam@warski.org>2017-07-25 13:04:18 +0200
commit1114b0c958aab643d972c7eecb451a60c6dc2e7e (patch)
treec9d80e6b598aaa15bc4072ddcbc1fb394555798c /project/SttpRelease.scala
parent8e35b0a3ed2e626368242819e3f3754fdf0bb276 (diff)
downloadsttp-1114b0c958aab643d972c7eecb451a60c6dc2e7e.tar.gz
sttp-1114b0c958aab643d972c7eecb451a60c6dc2e7e.tar.bz2
sttp-1114b0c958aab643d972c7eecb451a60c6dc2e7e.zip
Testing release
Diffstat (limited to 'project/SttpRelease.scala')
-rw-r--r--project/SttpRelease.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/project/SttpRelease.scala b/project/SttpRelease.scala
index 20a1c84..0a213f7 100644
--- a/project/SttpRelease.scala
+++ b/project/SttpRelease.scala
@@ -11,8 +11,8 @@ object SttpRelease {
def steps: Seq[ReleaseStep] = Seq(
checkSnapshotDependencies,
inquireVersions,
- runClean,
- runTest,
+// runClean,
+// runTest,
setReleaseVersion,
updateVersionInReadme,
commitReleaseVersion,