public class ConventionalCommits extends Object
| Constructor and Description |
|---|
ConventionalCommits() |
| Modifier and Type | Method and Description |
|---|---|
com.github.zafarkhaja.semver.Version |
nextVersion(com.github.zafarkhaja.semver.Version in,
List<String> commits)
Return the next semantic version.
|
public com.github.zafarkhaja.semver.Version nextVersion(com.github.zafarkhaja.semver.Version in,
List<String> commits)
in - The current semantic version.commits - List of commit messages from the last tag.Copyright © 2016–2022. All rights reserved.