sbt-release
sbt-release copied to clipboard
Add a ReleaseStep to check whether the directory is dirty without committing
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.