git-changelog-maven-plugin icon indicating copy to clipboard operation
git-changelog-maven-plugin copied to clipboard

Maven plugin that can generate a changelog, or releasenotes, from git repository

Results 15 git-changelog-maven-plugin issues
Sort by recently updated
recently updated
newest added

The readme should contain the complete **list of the parameters** available in the `` section of the Maven plugin in POM file, with a brief description of each parameter. For...

Building a project with maven 3.9.6, git-changelog-maven-plugin 2.1.0, spring-boot 3.2.x and jdk21 or graalvm21, build execution works as normal but at the end maven output the following error ``` [INFO]...

When integrating with Jira I notice that the information is presented ordered by the jira issue name, and inside the issue, the commits that were made, you can notice this...

enhancement

Would be nice if you could add a enhancement in which you can reference a file/template were you have your javascript helpers (functions), similar to how you can use ``...

enhancement

Jira server base url is hardcoded to jira-server-url/rest/v2. In our case the server is not following the URL structure: **https://my-company.atlassian.net/jira/rest/api/2/issue/PRJ-001** but rather https://my-company.atlassian.net/rest/api/latest/issue/PRJ-001 Can we update it to have a...