-
Notifications
You must be signed in to change notification settings - Fork 662
Closed
Description
I think I may found a bug.
When I'm executing the following command:
> docker run --rm -it gittools/gitversion:5.1.3-linux-ubuntu-18.04-netcoreapp3.1 /version
4.0.0+Branch.master.Sha.e715eb5dd515037d90a257f527e62442cae8c1c5GitVersion prints the wrong version. The same applies to GitVersion 5.1.4:
> docker run --rm -it gittools/gitversion:5.1.4-linux-ubuntu-18.04-netcoreapp3.1 /version
4.0.0+Branch.master.Sha.e715eb5dd515037d90a257f527e62442cae8c1c5GitVersion 5.1.2 prints:
> docker run --rm -it gittools/gitversion:5.1.2-linux-ubuntu-18.04-netcoreapp3.0 /version
5.1.2+Branch.master.Sha.4eb164e8b5ddc27b736a11fd9979c7760c7a2b0fBut shouldn't it be just 5.1.2?