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