[
https://issues.apache.org/jira/browse/SCM-924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17963662#comment-17963662
]
ASF GitHub Bot commented on SCM-924:
------------------------------------
jira-importer opened a new issue, #1148:
URL: https://github.com/apache/maven-scm/issues/1148
**[Sven
Linstaedt](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=tzwoenn)**
opened
**[SCM-924](https://issues.apache.org/jira/browse/SCM-924?redirect=false)** and
commented
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.
---
**Affects:** 1.11.2
> 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 (Moved to GitHub Issues)
> Issue Type: Improvement
> Components: maven-scm-api, maven-scm-provider-gitexe
> Affects Versions: 1.11.2
> Reporter: Sven Linstaedt
> Priority: Minor
> Fix For: waiting-for-feedback
>
>
> 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
(v8.20.10#820010)