Skip to content

Commit e2de92b

Browse files
author
EUROPE\n5e
committed
Put a commit on master before taking the release branch i test.
1 parent a1910d2 commit e2de92b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/GitVersionCore.Tests/IntegrationTests/ReleaseBranchScenarios.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
using GitTools.Testing;
1+
using System;
2+
using System.Diagnostics;
3+
using GitTools;
4+
using GitTools.Testing;
25
using GitVersion;
36
using GitVersionCore.Tests;
47
using LibGit2Sharp;
@@ -368,6 +371,7 @@ public void ReleaseBranchShouldUseBranchNameVersionDespiteBumpInPreviousCommit()
368371
{
369372
fixture.Repository.MakeATaggedCommit("1.0");
370373
fixture.Repository.MakeACommit("+semver:major");
374+
fixture.Repository.MakeACommit();
371375

372376
Commands.Checkout(fixture.Repository, fixture.Repository.CreateBranch("release/2.0"));
373377

0 commit comments

Comments
 (0)