SemanticVersionChange |
ConventionalCommitType.getChangeType() |
Returns the affected change type for the change (which version part to increment).
|
SemanticVersionChange |
ConventionalVersioning.getNextVersionChangeType() |
Main entry point to determine the next (post-release) development version.
|
SemanticVersionChange |
GitConventionalVersioning.getNextVersionChangeType() |
Calculates the change type ro calculate the next (release) version based on the commits since the last tag.
|
SemanticVersionChange |
SemanticVersionChangeResolver.resolveChange(Iterable<org.eclipse.jgit.revwalk.RevCommit> commits) |
Determine a semantic version change for a commit list.
|
SemanticVersionChange |
SimpleSemanticVersionChangeResolver.resolveChange(Iterable<org.eclipse.jgit.revwalk.RevCommit> commits) |
Determine a semantic version change for a commit list.
|
static SemanticVersionChange |
SemanticVersionChange.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static SemanticVersionChange[] |
SemanticVersionChange.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|