Skip to content

Commit

Permalink
Merge pull request #9960 from tstromberg/relnotes-hack
Browse files Browse the repository at this point in the history
release notes: fix whitespace before contributors list
  • Loading branch information
sharifelgamal authored Dec 14, 2020
2 parents 8b9331e + 72443e9 commit 129eefd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hack/release_notes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 }'

0 comments on commit 129eefd

Please sign in to comment.