git-changelog-maven-plugin
git-changelog-maven-plugin copied to clipboard
Maven plugin that can generate a changelog, or releasenotes, from git repository
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...
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 ``...
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...