Getting Started
sbt DevOops
SBT Plugin to help release artifacts and changelogs
Get sbt-devoops
Note
Documentation for 3.1.0
is a work in progress.
In the project/plugins.sbt
, add the following line,
addSbtPlugin("io.kevinlee" % "sbt-devoops-scala" % "3.1.0")
addSbtPlugin("io.kevinlee" % "sbt-devoops-sbt-extra" % "3.1.0")
addSbtPlugin("io.kevinlee" % "sbt-devoops-starter" % "3.1.0")
DevOopsGitHubReleasePlugin
To use DevOopsGitHubReleasePlugin
, add the following line to build.sbt
.
enablePlugins(DevOopsGitHubReleasePlugin)
For more about how to set up and use, please check out the next pages DevOopsGitHubReleasePlugin - Config and Run.