From 35c0c760f006bda6d165b04985862569a34ec25b Mon Sep 17 00:00:00 2001 From: embeddedt <42941056+embeddedt@users.noreply.github.com> Date: Mon, 24 Apr 2023 19:59:02 -0400 Subject: [PATCH] Exclude merge commits from changelog --- gradle/changelog.mustache | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gradle/changelog.mustache b/gradle/changelog.mustache index 5f0337f1..b3175640 100644 --- a/gradle/changelog.mustache +++ b/gradle/changelog.mustache @@ -1,3 +1,5 @@ {{#commits}} +{{#ifMatches messageTitle "^(?!Merge).*"}} * [{{{messageTitle}}}](https://github.com/embeddedt/ModernFix/commit/{{hashFull}}) - {{{authorName}}} +{{/ifMatches}} {{/commits}} \ No newline at end of file