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 b53c706 commit 78b9837Copy full SHA for 78b9837
src/GitVersionCore.Tests/VersionCalculation/Strategies/MergeMessageBaseVersionStrategyTests.cs
@@ -85,6 +85,7 @@ Another commit message
85
[TestCase(@"Merge branch 'develop' of http://10.0.6.3/gitblit/r/... into develop")]
86
[TestCase(@"Merge branch 'master' of http://172.16.3.10:8082/r/asu_tk/p_sd")]
87
[TestCase(@"Merge branch 'master' of http://212.248.89.56:8082/r/asu_tk/p_sd")]
88
+ [TestCase(@"Merge branch 'DEMO' of http://10.10.10.121/gitlab/mtolland/orcid into DEMO")]
89
public void MergeMessagesThatIsNotRelatedToGitVersion(string commitMessage)
90
{
91
0 commit comments