File tree 2 files changed +15
-2
lines changed 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,20 @@ scriptedLaunchOpts ++= Seq(
23
23
" -Dplugin.version=" + version.value
24
24
)
25
25
26
- releasePublishArtifactsAction := PgpKeys .publishSigned.value
26
+ import ReleaseTransformations ._
27
+ releaseProcess := Seq [ReleaseStep ](
28
+ checkSnapshotDependencies,
29
+ inquireVersions,
30
+ runClean,
31
+ releaseStepCommandAndRemaining(" ^ test" ),
32
+ setReleaseVersion,
33
+ commitReleaseVersion,
34
+ tagRelease,
35
+ releaseStepCommandAndRemaining(" ^ publishSigned" ),
36
+ setNextVersion,
37
+ commitNextVersion,
38
+ pushChanges
39
+ )
27
40
28
41
releaseCrossBuild := false
29
42
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.1")
4
4
5
5
addSbtPlugin(" com.typesafe.sbt" % " sbt-scalariform" % " 1.3.0" )
6
6
7
- addSbtPlugin(" com.github.gseitz" % " sbt-release" % " 1.0.3 " )
7
+ addSbtPlugin(" com.github.gseitz" % " sbt-release" % " 1.0.4 " )
You can’t perform that action at this time.
0 commit comments