jgrodziski / metav

Release and Versioning of Clojure projects using tools.deps
Eclipse Public License 1.0
68 stars 12 forks source link

assert of uncommitted files before a release doesn't work when language is different of english #6

Closed jgrodziski closed 5 years ago

jgrodziski commented 5 years ago

Metav use the git status command output to assert whether there is uncommitted files (repo dirty state) or not (clean state). The command output change depending on the configured language of the OS. The sanity check before a release therefore don't work when language is different than english. Solution: use the --short version of the command that is not dependant on the language.

jgrodziski commented 5 years ago

Fixed in release 1.5.3