Summary
Determines the version-field increment that should be applied based
on commit messages and branch context.
- Namespace
-
GitVersion
.VersionCalculation
graph BT Type["IIncrementStrategyFinder"] class Type
type-node
Syntax
public interface IIncrementStrategyFinder
Methods
| Name | Value | Summary |
|---|---|---|
|
Determine |
VersionField |
Determines which version field to increment given the
current commit, base version source, and branch
configuration.
|
|
Get |
VersionField |
Returns the version field increment forced by a commit
message keyword in
commit.
|
|
GetMergedCommits |
IEnumerable |
Returns the commits that were merged as part of a merge
commit at the given
index.
|
Extension Methods
| Name | Value | Summary |
|---|---|---|
|
NotNull |
T |
Throws
ArgumentNullException when
value is
null; otherwise returns the
value.
From
CommonExtensions
|