Skip to main content
Version: 3.0.0

Getting Started

sbt DevOops

Build Status Release Status

Maven Central Latest version

SBT Plugin to help release artifacts and changelogs

Get sbt-devoops

Note

Documentation for 3.0.0 is a work in progress.

In the project/plugins.sbt, add the following line,

addSbtPlugin("io.kevinlee" % "sbt-devoops-scala"     % "3.0.0")
addSbtPlugin("io.kevinlee" % "sbt-devoops-sbt-extra" % "3.0.0")
addSbtPlugin("io.kevinlee" % "sbt-devoops-starter" % "3.0.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.