Add a link in hack/release_notes.sh to the changelog for more details.

pull/11283/head
Andriy Dzikh 2021-05-04 15:10:33 -07:00
parent d21896858c
commit f7e5b6b422
1 changed files with 3 additions and 0 deletions

View File

@ -47,6 +47,9 @@ recent_date=$(git log -1 --format=%as $recent)
"${DIR}/release-notes" kubernetes minikube --since $recent
echo ""
echo "For a more detailed changelog, including changes occuring in pre-release versions, see [CHANGELOG.md](https://github.com/kubernetes/minikube/blob/master/CHANGELOG.md)."
echo ""
echo "Thank you to our contributors for this release!"
echo ""
git log "$recent".. --format="%aN" --reverse | sort | uniq | awk '{printf "- %s\n", $0 }'