When a publish fails due to a dirty git repo, we currently have little indication as to what was causing the repo to be dirty. We need to add the output to the `git status --porcelain` command to the error output of publishing.
When a publish fails due to a dirty git repo, we currently have little indication as to what was causing the repo to be dirty.
We need to add the output to the
git status --porcelaincommand to the error output of publishing.