Sven Linstaedt created SCM-924:
----------------------------------
Summary: Enhance SCM changelog model to hold information about
tagged commits
Key: SCM-924
URL: https://issues.apache.org/jira/browse/SCM-924
Project: Maven SCM
Issue Type: Improvement
Components: maven-scm-api, maven-scm-provider-gitexe
Affects Versions: 1.11.2
Reporter: Sven Linstaedt
Hi, in order to support something like semantic releases via maven directly and
not some 3rd party tools, not only being able to create tags, but also
processing them as part of the changelog would be great.
Tag information are are part of the commit history, accessible via git
commandline
{{git log --decorate}}
This additional information could be parsed to enhance the ChangeSet model
containing optional information about any tags for this particular commit.
A patch at least for gitexe could be provided, if needed.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)