-
Notifications
You must be signed in to change notification settings - Fork 658
Description
Really liking this tool. Great work!
Using the GitVersion.3.6.5 nuget package, running builds with GitLabCI, GitLab Runner on a windows server, and MSBuild.
The version was initialized by applying a tag in the develop branch 'v4.1.3'
We have a pipeline to deploy the develop branch to a develop site, and the master branch to a qa site.
Everything works great and the versions were being incremented.
When we merged develop into master and let the deploy take place we found that the version seems to have gone backwards. Develop is at 4.2.0 and Master is deployed as 4.1.4
Is this a configuration problem or a bug in GitVersion? It seems that if master has everything develop has, the version should be equal or higher? Or is this default behavior that it assumes develop will be a minor version higher?