From 8fba0b5cfa186b32da586de08c6670586b6e3d40 Mon Sep 17 00:00:00 2001 From: adamw Date: Wed, 26 Jul 2017 22:10:38 +0200 Subject: Adding a release step to input the password early --- project/SttpRelease.scala | 3 +++ 1 file changed, 3 insertions(+) (limited to 'project/SttpRelease.scala') 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, -- cgit v1.2.3