Header menu logo Partas.GitNet

CommitBumpTypeMapping Type

A mapping of strategies to the bump types (Epoch, Major, Minor, Patch).

Record fields

Record Field Description

Epoch

Full Usage: Epoch

Field type: EpochMatcher list
Field type: EpochMatcher list

Major

Full Usage: Major

Field type: BumpMatcher list
Field type: BumpMatcher list

Minor

Full Usage: Minor

Field type: BumpMatcher list
Field type: BumpMatcher list

Patch

Full Usage: Patch

Field type: BumpMatcher list
Field type: BumpMatcher list

Instance members

Instance member Description

this.ComputeBumpMatcher

Full Usage: this.ComputeBumpMatcher

Returns: ParsedCommit -> BumpType option

Computes a function from the mapping record which can be used on parsed commits. Returns None if the commit does not indicate any bump level.

Returns: ParsedCommit -> BumpType option

Type something to start searching.