Exclude merge commits from changelog
This commit is contained in:
parent
3922e54b11
commit
35c0c760f0
|
|
@ -1,3 +1,5 @@
|
||||||
{{#commits}}
|
{{#commits}}
|
||||||
|
{{#ifMatches messageTitle "^(?!Merge).*"}}
|
||||||
* [{{{messageTitle}}}](https://github.com/embeddedt/ModernFix/commit/{{hashFull}}) - {{{authorName}}}
|
* [{{{messageTitle}}}](https://github.com/embeddedt/ModernFix/commit/{{hashFull}}) - {{{authorName}}}
|
||||||
|
{{/ifMatches}}
|
||||||
{{/commits}}
|
{{/commits}}
|
||||||
Loading…
Reference in New Issue
Block a user