Skip to content
This repository has been archived by the owner on Mar 28, 2018. It is now read-only.

Latest commit

 

History

History
29 lines (18 loc) · 686 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 686 Bytes

Simple library with release steps

See https://github.com/sbt/sbt-release for more information

Available release steps:

  • UpdateVersionInFiles()

Usage

Add the library to the project/plugins.sbt as a libraryDependency.

libraryDependencies += "org.qirx" %% "sbt-release-custom-steps" % "0.5"

resolvers += "Rhinofly Internal Repository" at "http://maven-repository.rhinofly.net:8081/artifactory/libs-release-local"

Then in your build, just add the step (after adding the releaseSettings)

import org.qirx.sbtrelease

releaseSettings

sbtrelease.UpdateVersionInFiles(file("README.md"), file("someOther.file"))