tomasbjerre / git-changelog-maven-plugin

Maven plugin that can generate a changelog, or releasenotes, from git repository
Other
80 stars 36 forks source link

Is possible to use a different branch than master to create the changelog #13

Closed azuzi closed 4 years ago

azuzi commented 4 years ago

I would like to create a change log from something like a different branch called test. But here it always create the change-log from master. Any possible solutions for this?

tomasbjerre commented 4 years ago

Yes there is fromRef and toRef

https://github.com/tomasbjerre/git-changelog-maven-plugin/blob/1e915376f49759168375bfdd3750485986db15c6/git-changelog-maven-plugin-example/pom.xml#L212