-
Notifications
You must be signed in to change notification settings - Fork 663
Closed
Labels
Description
Our build scripts were using the :latest label in Docker to execute GitVersion with the following command
docker run --rm -v "$(pwd):/repo" gittools/gitversion:latest /repo
Something has changed recently where that command no longer outputs the JSON response, but instead it's printing out the visual tree of the repo. We're hard coding back to 5.11.1 now to fix things, but I figured I'd report this. I don't know what's of more concern, if the default behavior is changing to this tree output, or that the latest is pointing at a pre-release version. Shouldn't it point at the latest stable version?