IGitVersionConfiguration.

MergeMessageFormats Property

Summary

Gets a dictionary of named regex patterns for recognising merge commit message formats.

Syntax

IReadOnlyDictionary<string, string> MergeMessageFormats { get; }

Value

Type Description
IReadOnlyDictionary<string, string>
GitHub