We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8b9331e + 72443e9 commit 129eefdCopy full SHA for 129eefd
hack/release_notes.sh
@@ -39,5 +39,6 @@ recent=$(git describe --abbrev=0)
39
40
"${DIR}/release-notes" kubernetes minikube --since $recent
41
42
-echo "Thank you to our contributors for this release! "
+echo "Thank you to our contributors for this release!"
43
+echo ""
44
git log "$recent".. --format="%aN" --reverse | sort | uniq | awk '{printf "- %s\n", $0 }'
0 commit comments