Skip to main content
Version: 2.5.0

Getting Started

sbt DevOops

Build Status Release Status

Maven Central Latest version

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" % "2.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.