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 205ef81 commit 16d7b9eCopy full SHA for 16d7b9e
src/GitVersionCore.Tests/IntegrationTests/MasterScenarios.cs
@@ -256,7 +256,7 @@ public void Bug1255()
256
fixture.Repository.MakeACommit();
257
fixture.AssertFullSemver(config, "5.0.0-beta.0"); // why not "5.0.0-beta.1"?
258
259
- fixture.AssertFullSemver(config, "5.0.0-beta.1");
+ fixture.AssertFullSemver(config, "5.0.1-beta.1");
260
fixture.Repository.MakeATaggedCommit("v5.0.0-rc.1");
261
fixture.AssertFullSemver(config, "5.0.0-rc.1");
262
0 commit comments