Tomas Bjerre

Results 365 comments of Tomas Bjerre

You may open an issue about that here: https://github.com/timols/java-gitlab-api/issues

If I configure this plugin like: ```xml 4.0.0 se.bjurr.gitchangelog git-changelog-maven-plugin-example git-changelog-maven-plugin-example 1.0-SNAPSHOT UTF-8 1.6 1.6 1.65-SNAPSHOT se.bjurr.gitchangelog git-changelog-maven-plugin ${changelog.version} GenerateGitReleasenotes11 generate-sources git-changelog changelog-ignore-merge.md git-changelog-maven-plugin-1.61 git-changelog-maven-plugin-1.62 ^(?!Merge).* ``` I get: ```md...

I also do semantic versioning. But with a shared script, like this: https://github.com/tomasbjerre/gradle-scripts

Should be no problem if you configure the pom like: ``` GenerateGitChangelogCommits generate-sources git-changelog CHANGELOG.md ${fromRef} ${toRef} ``` And build like ``` mvn generate-sources -DfromRef=`git describe --abbrev=0 --tags` -DtoRef=master ```...

I am adding support for helpers in the library, it will solve this kind of problems. So this is work in progress.

I released 1.72 now. It adds support for custom helpers, see: https://github.com/tomasbjerre/git-changelog-maven-plugin#example---custom-helpers Perhaps that helps you. You should also be able to solve this with custom issue: https://github.com/tomasbjerre/git-changelog-maven-plugin/blob/master/git-changelog-maven-plugin-example/pom.xml#L324 In combination...

Updated to read only last 100 bytes.

Yes it does! Thanks for all your feedback =)