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 9cd7532 commit 3862d1fCopy full SHA for 3862d1f
src/GitVersionCore/VersionCalculation/BaseVersionCalculators/MergeMessageBaseVersionStrategy.cs
@@ -23,6 +23,7 @@ public override IEnumerable<BaseVersion> GetVersions(GitVersionContext context)
23
mergeMessage.Version != null &&
24
context.FullConfiguration.IsReleaseBranch(TrimRemote(mergeMessage.MergedBranch)))
25
{
26
+ Logger.WriteInfo($"Found commit [{context.CurrentCommit.Sha}] matching merge message format: {mergeMessage.MatchDefinition}");
27
var shouldIncrement = !context.Configuration.PreventIncrementForMergedBranchVersion;
28
return new[]
29
0 commit comments