Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
JusteRaimbault committed Jan 7, 2020
1 parent 96c5183 commit 4195a81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ import sbtrelease.ReleasePlugin.autoImport.ReleaseTransformations._

releaseProcess := Seq[ReleaseStep](
checkSnapshotDependencies,
//inquireVersions,
//setReleaseVersion,
inquireVersions,
setReleaseVersion,
tagRelease,
releaseStepCommand("publishSigned"),
//setNextVersion,
Expand Down

0 comments on commit 4195a81

Please sign in to comment.