BumpMatcher Type
Strategies for determining whether a commit will result in a specified bump type.
Union cases
| Union case |
Description
|
Full Usage:
DescriptionRegex string
Parameters:
string
|
Regex string applied to the subject.
|
Full Usage:
FooterKey string
Parameters:
string
|
Whether a specific footer is present
|
Full Usage:
FooterKeyValue(string, string)
Parameters:
string
Item2 : string
|
Same as FooterKey at the moment.
|
Full Usage:
Type string
Parameters:
string
|
ConventionalCommit types
|
Full Usage:
TypeDescription(typ, descriptionRegex)
Parameters:
string
descriptionRegex : string
|
Match against a type, and then apply a regex to the subject as an OR op
|
Full Usage:
TypeFooterKey(typ, footerKey)
Parameters:
string
footerKey : string
|
Match against a type, and then the footer key as an OR op
|
Full Usage:
TypeFooterValue(typ, footerKey, footerValue)
Parameters:
string
footerKey : string
footerValue : string
|
Match against a type, and then the footer as an OR op (value ignored at the moment).
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsDescriptionRegex
Returns: bool
|
|
Full Usage:
this.IsFooterKey
Returns: bool
|
|
Full Usage:
this.IsFooterKeyValue
Returns: bool
|
|
Full Usage:
this.IsType
Returns: bool
|
|
Full Usage:
this.IsTypeDescription
Returns: bool
|
|
Full Usage:
this.IsTypeFooterKey
Returns: bool
|
|
Full Usage:
this.IsTypeFooterValue
Returns: bool
|
|
Partas.GitNet