diff --git a/releasing/cloudbuild.sh b/releasing/cloudbuild.sh index 2661d4173..0f61a8cbf 100755 --- a/releasing/cloudbuild.sh +++ b/releasing/cloudbuild.sh @@ -44,7 +44,7 @@ lastCommitHash=$( changeLogFile=$(mktemp) git log $lastCommitHash.. \ --pretty=oneline \ - --abbrev-commit --no-decorate --no-color \ + --abbrev-commit --no-decorate --no-color --no-merges \ -- $module > $changeLogFile echo "Release notes:" cat $changeLogFile