You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The most recent beta release changes the default branch regexes in a way that prevents them from matching remote branches if GitVersion can't find the parent.
The most recent beta release changes the default branch regexes in a way that prevents them from matching remote branches if GitVersion can't find the parent.
GitVersion/src/GitVersionCore/BranchConfigurationCalculator.cs
Line 130 in 14b7365
The use of Branch.FriendlyName with the default master regex of ^master$ means that it will never match a remote branch.
see also
#1410
The text was updated successfully, but these errors were encountered: