Builds the release notes text
| Type | Name and description |
|---|---|
java.lang.String |
buildNotes(java.lang.String version, java.lang.String fromRevision, java.lang.String toRevision, java.util.Map<java.lang.String, java.lang.String> labels)Release notes text for contributions between given versions. |
Release notes text for contributions between given versions.
version - the version of the release we're building the notesfromRevision - valid git revision (can be tag name or HEAD)toRevision - valid git revision (can be tag name or HEAD)labels - GitHub/Issue tracker labels to caption mapping