Skip to content

Commit

Permalink
set release version
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmr committed Nov 21, 2023
1 parent 4585646 commit 87803c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ lazy val commonReleaseProcess = Seq[ReleaseStep](
runTest,
// For non cross-build projects, use releaseStepCommand("publishSigned")
releaseStepCommandAndRemaining("+publishSigned"),
setReleaseVersion,
)

lazy val productionReleaseProcess = commonReleaseProcess ++ Seq[ReleaseStep](
releaseStepCommand("sonatypeBundleRelease"),
setNextVersion
)

lazy val snapshotReleaseProcess = commonReleaseProcess
Expand Down

0 comments on commit 87803c4

Please sign in to comment.