release notes: fix whitespace before contributors list

pull/9960/head
Thomas Stromberg 2020-12-14 11:43:42 -08:00
parent 8b9331e5c2
commit 72443e9b3e
1 changed files with 2 additions and 1 deletions

View File

@ -39,5 +39,6 @@ recent=$(git describe --abbrev=0)
"${DIR}/release-notes" kubernetes minikube --since $recent
echo "Thank you to our contributors for this release! "
echo "Thank you to our contributors for this release!"
echo ""
git log "$recent".. --format="%aN" --reverse | sort | uniq | awk '{printf "- %s\n", $0 }'