Exclude merge commits from changelog

This commit is contained in:
embeddedt 2023-04-24 19:59:02 -04:00
parent 3922e54b11
commit 35c0c760f0
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

@ -1,3 +1,5 @@
{{#commits}}
{{#ifMatches messageTitle "^(?!Merge).*"}}
* [{{{messageTitle}}}](https://github.com/embeddedt/ModernFix/commit/{{hashFull}}) - {{{authorName}}}
{{/ifMatches}}
{{/commits}}