Release notes services
| Type | Name and description |
|---|---|
static NotesBuilder |
gitHubNotesBuilder(java.io.File workDir, java.io.File buildDir, java.lang.String repository, java.lang.String gitHubReadOnlyAuthToken)Release notes build based on git and GitHub. |
static PreviousVersion |
previousVersion(java.lang.String releaseNotesContent)Provides previous version information based on the release notes content file |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Release notes build based on git and GitHub.
workDir - working directory for executing external processes like 'git log'buildDir - build directoryrepository - GitHub repository, for example "mockito/mockito"gitHubReadOnlyAuthToken - GitHub auth token, read-only please!Provides previous version information based on the release notes content file