How to make the Gitversion VSTS increment release number on master?
问题 I have configured my git repository in VSTS with the GitFlow repository. I have a master branch with a dotnet core project, and a release branch called 'Release/1.0.0'. When I create a pull-request and merge the release/1.0.0 branch back to master, it does not increment it's version number to 1.0.0. Instead, it's increasing the version number from 0.1.0 (the base fallback) to 0.1.1. Build log: Calculating base versions Fallback base version: 0.1.0 with commit count source xx Git tag '0.1.0':