git-changelog-lib
git-changelog-lib copied to clipboard
Generate changelog, and/or next version, with, or without, conventional commits from a GIT repository
Hi. I tried this basic config on my project. se.bjurr.gitchangelog git-changelog-maven-plugin 1.64 GenerateGitChangelog generate-sources git-changelog false When I run `mvn clean install -e -X` the output goes on ad infinitum....
I see on [ParsedIssue](https://github.com/tomasbjerre/git-changelog-lib/blob/master/src/main/java/se/bjurr/gitchangelog/internal/model/ParsedIssue.java) we can obtain many fields from the Jira issues, for example the issue type and description. Is there any chance we could also obtain the issue...
How can I show also the lines that was modified on a commit? Just like the ouput of `git log -stat`
Our organisation have implemented a Jenkins pipeline library. This library perform a JIRA integration. We implement a check at build time to force commit message template to refer issues of...
I'm running gradle version of this library and when automation runs gitChangelog with thisset `fromRef=master` I'm obtaining an Unreleased version of that commit when I was expecting obtaining an empty...
The {{ownerName}} and {{repoName}} doesn't seem to be correctly populated given a gitlab url such as: https://gitlab.server/Group/SubGroup/Project.git In this case ownerName is set to SubGroup and Group is ignored More...
How to append the STRING value to a file in windows env ?
Thanks for your work on this library. It looks like it will be a great help to us. I have a question about the expected usage. In some of my...
HI, I read the code and found nothing regarding using an API key to connect but the UI of the plugin in Jenkins is showing the option. Do you have...