Contains all the information that is needed for release notes for single specific release (version).
| Type | Name and description |
|---|---|
ContributionSet |
getContributions()Contributions (authors and commits from VCS) |
ContributorsSet |
getContributors()Contributors (authors and links to www pages) |
java.util.Date |
getDate()Date of the release |
java.util.Collection<Improvement> |
getImprovements()Improvements (issues, pull requests from issue tracker) |
java.lang.String |
getPreviousVersionVcsTag()The vcs addressable tag of previous version |
java.lang.String |
getVcsTag()The vcs addressable tag of this version |
java.lang.String |
getVersion()Version of the released software component |
Contributions (authors and commits from VCS)
Contributors (authors and links to www pages)
Date of the release
Improvements (issues, pull requests from issue tracker)
The vcs addressable tag of previous version
The vcs addressable tag of this version
Version of the released software component