TODO: kill this API, figure out what to do with 'getPreviousVersion'
| Type | Name and description |
|---|---|
java.lang.String |
getPreviousVersion()Returns previous version based on the release notes file. |
java.lang.String |
getReleaseNotes(java.lang.String version)Generates and returns incremental release notes text that can be appended to the release notes file. |
void |
updateReleaseNotes(java.lang.String version)Generates incremental release notes content using getReleaseNotes(String) )} and appends it to the top of release notes file. |
Returns previous version based on the release notes file. It parses the first line of the release notes file to identify previously released version.
Generates and returns incremental release notes text that can be appended to the release notes file.
version - of the release to generate notes forGenerates incremental release notes content using getReleaseNotes(String) )} and appends it to the top of release notes file.
version - of the release to generate notes for