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

EECOLOR/sbt-release-custom-steps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"))

About

Personal project that contains extra release steps

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages