public class ReleaseNotesGenerators
extends java.lang.Object
| Constructor and Description |
|---|
ReleaseNotesGenerators() |
| Modifier and Type | Method and Description |
|---|---|
static ReleaseNotesGenerator |
releaseNotesGenerator(java.io.File workDir,
java.lang.String gitHubRepository,
java.lang.String readOnlyAuthToken,
Predicate<Commit> ignoredCommit) |
public static ReleaseNotesGenerator releaseNotesGenerator(java.io.File workDir, java.lang.String gitHubRepository, java.lang.String readOnlyAuthToken, Predicate<Commit> ignoredCommit)
workDir - the working directory where 'git' operations will be executedgitHubRepository - GitHub gitHubRepository in format USER|COMPANY/REPO_NAME, for example: mockito/mockitoreadOnlyAuthToken - read only auth token used to communicate with GitHubignoredCommit - responsible decide if commits should not be included in release notes