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

When you use git-changelog-maven-plugin on multi module projects git-changelog-maven-plugin and the plugin is enabled by an external parent pom/bom, the plugin is executed in every sub module of the project....

1) I have mvn 3.8.3 and Java 11.0.5. 2) plugin uses javascriptHelper Plugin: ![image](https://user-images.githubusercontent.com/100113601/171869106-e0fd071c-eabb-4eb4-ae90-12765691c725.png) trace-log: [INFO] --- git-changelog-maven-plugin:1.92:git-changelog (GenerateGitChangelog) @ git-log --- [INFO] Extended variables: [ERROR] GitChangelog java.lang.NullPointerException at com.github.jknack.handlebars.helper.DefaultHelperRegistry.engine...

Hi Tomas, I am trying to build the git-changelog-lib and this plugin to new versions (1.166.0-custom and 1.92-custom) in my local. What I did were: 1. to build git-change-lib: I...

Hi tomasbjerre! Could You help me in the supplement? I would like to see in the commit diff expand the {{commits}} section with changed/new/remove files. I do not know how...

``Hello! First off all. I do like git changelog plugins (maven and jenkins). Thank you so much. Have you encountered such a problem, that the maven plugin (1.78) duplicate the...

is there a way to keep commit order but replace thes issue pattern in the messages with the proper github link? similarily to what github does in the web interface?...

enhancement

hi, we are using the commit count to make commit order identifiable easily. via command line they are fetchable with a command like `git rev-list --count ec86df4519300df` . would it...

enhancement

Hi, I m searching for a solution for following requirement. I would like to log ONLY log Commits starting with Merge Branch between to git references. I ve tried out...

enhancement

if I encrypt my jira password using mvn --encrypt-password and set jiraPassword property accordingly. eg: {Ovlqd7odlS0HTYaSFK+Gy5S+FZdsfsdZVNUMiTzL+ZkSaQ=} I receive a 403 Unauthorized calling jira rest api. If I use a cleartext...

Hi Under jenkins using the git changelog lib, GIT_PREVIOUS_COMMIT / GIT_COMMIT properties can be resolved and passed as from/to references I have a use case where I want to generate...

question