sbt-release
sbt-release copied to clipboard
Error message is uninformative, but could easily be clearer
java.lang.RuntimeException: Aborting release. Working directory is dirty.
should be java.lang.RuntimeException: Aborting release. Working directory has uncommitted changes, please commit your changes before running this command.
You could also very easily submit a pull request that changes the error message.
https://github.com/sbt/sbt-release/pull/141