Getting Started
sbt DevOops
SBT Plugin to help release artifacts and changelogs
Get sbt-devoops
In the project/plugins.sbt, add the following line,
addSbtPlugin("io.kevinlee" % "sbt-devoops-scala" % "3.5.0")
addSbtPlugin("io.kevinlee" % "sbt-devoops-sbt-extra" % "3.5.0")
addSbtPlugin("io.kevinlee" % "sbt-devoops-starter" % "3.5.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.