We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02416ae commit 2106c0aCopy full SHA for 2106c0a
GitVersionCore.Tests/ConfigReaderTests.cs
@@ -31,6 +31,6 @@ public void CanReadDefaultDocument()
31
config.AssemblyVersioningScheme.ShouldBe(AssemblyVersioningScheme.MajorMinorPatch);
32
config.DevelopBranchTag.ShouldBe("unstable");
33
config.ReleaseBranchTag.ShouldBe("beta");
34
- config.TagPrefix.ShouldBe("v");
+ config.TagPrefix.ShouldBe("[vV]");
35
}
36
0 commit comments