Skip to content

Commit

Permalink
Merge 4634ddc into 1d75a94
Browse files Browse the repository at this point in the history
  • Loading branch information
ruippeixotog committed Aug 24, 2018
2 parents 1d75a94 + 4634ddc commit 6f26f29
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -138,15 +138,17 @@ lazy val scala212LintFlags = allVersionLintFlags ++ Seq(
// do not publish the root project
skip in publish := true

releaseCrossBuild := true
releaseTagComment := s"Release ${(version in ThisBuild).value}"
releaseCommitMessage := s"Set version to ${(version in ThisBuild).value}"

// redefine the release process so that we use sbt-doge cross building operator (+)
// redefine the release process due to https://github.com/sbt/sbt-release/issues/184
// and to append `sonatypeReleaseAll`
releaseProcess := Seq[ReleaseStep](
checkSnapshotDependencies,
inquireVersions,
runClean,
releaseStepCommandAndRemaining("+test"),
runTest,
setReleaseVersion,
commitReleaseVersion,
tagRelease,
Expand Down

0 comments on commit 6f26f29

Please sign in to comment.