tomasbjerre / git-changelog-maven-plugin

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

Missing documentation for maven plugin configuration #46

Open jpi-seb opened 1 year ago

jpi-seb commented 1 year ago

The readme should contain the complete list of the parameters available in the <configuration /> section of the Maven plugin in POM file, with a brief description of each parameter.

For instance, I discovered the parameter handlebarsHelperFile in the source code of the plugin, and could not find documentation about it anywhere else.

Thanks !