aboutsummaryrefslogtreecommitdiff
path: root/project/SttpRelease.scala
diff options
context:
space:
mode:
authoradamw <adam@warski.org>2017-07-26 22:10:38 +0200
committeradamw <adam@warski.org>2017-07-26 22:10:38 +0200
commit8fba0b5cfa186b32da586de08c6670586b6e3d40 (patch)
tree74dbbe28379fa853a647ad51ac0a4b589f56f5a9 /project/SttpRelease.scala
parent1173aa8b702cd45afc106b3a07316a5812ffce50 (diff)
downloadsttp-8fba0b5cfa186b32da586de08c6670586b6e3d40.tar.gz
sttp-8fba0b5cfa186b32da586de08c6670586b6e3d40.tar.bz2
sttp-8fba0b5cfa186b32da586de08c6670586b6e3d40.zip
Adding a release step to input the password early
Diffstat (limited to 'project/SttpRelease.scala')
-rw-r--r--project/SttpRelease.scala3
1 files changed, 3 insertions, 0 deletions
diff --git a/project/SttpRelease.scala b/project/SttpRelease.scala
index baf0297..e1d0e16 100644
--- a/project/SttpRelease.scala
+++ b/project/SttpRelease.scala
@@ -10,6 +10,9 @@ object SttpRelease {
def steps: Seq[ReleaseStep] = Seq(
checkSnapshotDependencies,
inquireVersions,
+ // publishing locally so that the pgp password prompt is displayed early
+ // in the process
+ ReleaseStep(action = Command.process("publishLocalSigned", _)),
runClean,
runTest,
setReleaseVersion,