diff --git a/build.gradle b/build.gradle index 811d730..5b502b7 100644 --- a/build.gradle +++ b/build.gradle @@ -235,7 +235,7 @@ String changelog(Project project) { if (gitHash != null && gitPrevHash != null) { exec { - commandLine 'bash', '-c', "git log ${logFmt} ${gitPrevHash}...${gitHash} | grep -v '^\\[meta\\]'" + commandLine 'bash', '-c', "git log ${logFmt} ${gitPrevHash}...${gitHash} | grep -v '^- \\[meta\\]'" standardOutput = stdout } } else {