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

Error message is uninformative, but could easily be clearer

Open samthebest opened this issue 10 years ago • 2 comments

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.

samthebest avatar Oct 22 '15 11:10 samthebest

You could also very easily submit a pull request that changes the error message.

jroper avatar Feb 12 '16 04:02 jroper

https://github.com/sbt/sbt-release/pull/141

samthebest avatar Feb 12 '16 18:02 samthebest