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 it possible to only include commits with certain keywords? #39

Closed wanghu001 closed 2 years ago

wanghu001 commented 2 years ago

I noticed there is a configuration to ignore commits by setting the ignoreCommitsIfMessageMatches, but it would be nice if it is able to only include certain messages.

BTW, I am interested in what is syntax of the template. Any direction would be appreciated.

tomasbjerre commented 2 years ago

Context of the template is documented here: https://github.com/tomasbjerre/git-changelog-lib

Syntax is Handlebars.

You can probably use negative lookahead in the regexp.