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 f920e0a commit 7365bceCopy full SHA for 7365bce
src/GitVersionCore.Tests/IntegrationTests/OtherScenarios.cs
@@ -66,7 +66,7 @@ public void AllowHavingMainInsteadOfMaster()
66
Commands.Checkout(fixture.Repository, fixture.Repository.CreateBranch("main"));
67
fixture.Repository.Branches.Remove(fixture.Repository.Branches["master"]);
68
69
- fixture.AssertFullSemver("0.1.0-1+0");
+ fixture.AssertFullSemver("0.1.0+0");
70
}
71
72
[Test]
0 commit comments