Skip to content

Commit

Permalink
replace sbt-release with sbt-ci-release
Browse files Browse the repository at this point in the history
  • Loading branch information
dwickern committed Nov 5, 2023
1 parent 227810a commit 65e0628
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 22 deletions.
18 changes: 0 additions & 18 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,6 @@ lazy val runner = (projectMatrix in file("runner"))
)

lazy val publishSettings = Seq(
publishTo := sonatypePublishToBundle.value,
releaseCrossBuild := true,
pomExtra := {
<url>https://github.com/dwickern/sbt-swagger-play</url>
<licenses>
Expand All @@ -172,19 +170,3 @@ lazy val publishSettings = Seq(
</developers>
}
)

import sbtrelease.ReleasePlugin.autoImport.ReleaseTransformations._

releaseProcess := Seq[ReleaseStep](
checkSnapshotDependencies,
inquireVersions,
runClean,
runTest,
setReleaseVersion,
commitReleaseVersion,
tagRelease,
releaseStepCommandAndRemaining("+publishSigned"),
releaseStepCommand("sonatypeBundleRelease"),
setNextVersion,
commitNextVersion,
)
4 changes: 1 addition & 3 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.7.0")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0")
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.13")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.5")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.2")
addSbtPlugin("org.jetbrains" % "sbt-ide-settings" % "1.1.0")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")

libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value
1 change: 0 additions & 1 deletion version.sbt

This file was deleted.

0 comments on commit 65e0628

Please sign in to comment.