Double quote to avoid accidental expansion.

pull/3215/head
Thomas Stromberg 2018-10-04 14:41:18 -07:00
parent f3912d4f72
commit 9da393fec3
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ set -eux -o pipefail
DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
go run ${DIR}/release_notes/listpullreqs.go
go run "${DIR}/release_notes/listpullreqs.go"
echo "Huge thank you for this release towards our contributors: "
git log "$(git describe --abbrev=0)".. --format="%aN" --reverse | sort | uniq | awk '{printf "- %s\n", $0 }'