public class ConventionalCommitParser extends Object
Conventional commit message parser.
Based on specification Conventional Commits v1.0.0.
| Constructor and Description |
|---|
ConventionalCommitParser()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ConventionalCommit |
parse(String fullCommitMessage)
Parse raw conventional commit message.
|
public ConventionalCommitParser()
public ConventionalCommit parse(String fullCommitMessage)
fullCommitMessage - Raw conventional commit messageCopyright © 2022. All rights reserved.