[MRELEASE-1078] Support version policy to read and use SCM tags and commits (original) (raw)
- Type:
New Feature
- Status: Closed
- Priority:
Major
- Resolution: Fixed
- Affects Version/s: None
- Component/s: None
My aim is to support having something like https://www.conventionalcommits.org/ in the maven-release-plugin.
This simply means that the next version of a release is calculated from the last tag in the version history and the patterns in the commit messages since that tag.
This issue depends on https://issues.apache.org/jira/browse/SCM-977 being available (i.e. we have the commit messages and tags available).
depends upon
MRELEASE-431 Configuration of policy for calculating next (release) version
- Closed
is blocked by
SCM-977 Support for retrieving tags from the changelog
- Closed
links to