Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
once-ler committed Jul 29, 2020
1 parent f2e90d2 commit 42b2fa2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Expand Up @@ -123,10 +123,10 @@ releaseProcess := Seq[ReleaseStep](
runClean,
runTest,
setReleaseVersion,
// commitReleaseVersion,
commitReleaseVersion,
tagRelease,
// releaseStepCommand("publishSigned"),
// publishArtifacts,
releaseStepCommand("publishSigned"),
publishArtifacts,
setNextVersion,
commitNextVersion,
releaseStepCommand("sonatypeRelease"),
Expand Down

0 comments on commit 42b2fa2

Please sign in to comment.