Double quote to avoid accidental expansion.
parent
f3912d4f72
commit
9da393fec3
|
@ -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 }'
|
||||
|
|
Loading…
Reference in New Issue