File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
src/GitVersion.Core.Tests/IntegrationTests Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -36,10 +36,6 @@ public void AppliedPrereleaseTagCausesBump()
3636 [ Test ]
3737 public void CanUseCommitMessagesToBumpVersion ( )
3838 {
39- var configuration = new Config
40- {
41- VersioningMode = GitVersion . VersionCalculation . VersioningMode . Mainline
42- } ;
4339 using var fixture = new EmptyRepositoryFixture ( ) ;
4440 fixture . Repository . MakeACommit ( ) ;
4541 fixture . MakeATaggedCommit ( "1.0.0" ) ;
@@ -50,14 +46,6 @@ public void CanUseCommitMessagesToBumpVersion()
5046 fixture . Repository . MakeACommit ( "+semver:major" ) ;
5147
5248 fixture . AssertFullSemver ( "2.0.0+2" ) ;
53-
54- fixture . Repository . MakeACommit ( "+semver:patch" ) ;
55-
56- fixture . AssertFullSemver ( "2.0.1" , configuration ) ;
57-
58- fixture . Repository . MakeACommit ( "+semver:minor" ) ;
59-
60- fixture . AssertFullSemver ( "2.1.0" , configuration ) ;
6149 }
6250
6351 [ Test ]
You can’t perform that action at this time.
0 commit comments