sbt-release icon indicating copy to clipboard operation
sbt-release copied to clipboard

Add a ReleaseStep to check whether the directory is dirty without committing

Open raboof opened this issue 10 years ago • 0 comments

Checking whether the working directory is dirty is done in initialVcsChecks in ReleaseExtra.scala, which is private.

This function is only used in the commitReleaseVersion release step. It would be useful to add a release step (not part of the default configuration) to check whether git is dirty without committing the release version.

raboof avatar Sep 17 '15 11:09 raboof