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 638da15 commit 294bdf3Copy full SHA for 294bdf3
src/GitVersionCore.Tests/IntegrationTests/DevelopScenarios.cs
@@ -219,7 +219,7 @@ public void TagOnHotfixShouldNotAffectDevelop()
219
fixture.AssertFullSemver("1.2.1-beta.1");
220
Commands.Checkout(fixture.Repository, "develop");
221
fixture.Repository.MakeACommit();
222
- fixture.AssertFullSemver("1.3.0-unstable.1"); // fails, gets 1.3.0-beta.1
+ fixture.AssertFullSemver("1.3.0-alpha.2");
223
}
224
225
0 commit comments