Skip to main content
Version: 1.0.3

Getting Started

sbt DevOops

Build Status Release Status Download 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" % "1.0.3")

DevOopsGitReleasePlugin

To use DevOopsGitReleasePlugin, add the following line to build.sbt.

enablePlugins(DevOopsGitReleasePlugin)

For more about how to set up and use, please check out the next pages DevOopsGitReleasePlugin - Config and Run.