Skip to content

Commit

Permalink
sbt-release via sonatype bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
japgolly committed Jun 22, 2020
1 parent a007b99 commit 4e44c48
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions release.sbt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
import ReleaseTransformations._

releaseCrossBuild := true

releaseProcess := Seq[ReleaseStep](
checkSnapshotDependencies,
inquireVersions,
runClean,
runTest,
setReleaseVersion,
commitReleaseVersion,
tagRelease,
releaseStepCommandAndRemaining("+publishSigned"),
releaseStepCommand("sonatypeBundleRelease"),
setNextVersion,
commitNextVersion,
pushChanges
)

0 comments on commit 4e44c48

Please sign in to comment.