add note to release notes to remind to run `make time-to-k8s-benchmark`

pull/11519/head
Steven Powell 2021-05-26 16:44:21 -07:00
parent 766cfd1e76
commit 913d096d03
1 changed files with 1 additions and 1 deletions

View File

@ -66,4 +66,4 @@ AWK_ISSUE_COMMENTS='NR>1{arr[$4] += $7}END{for (a in arr) printf "%d %s\n", arr[
"${DIR}/pullsheet" issue-comments --since "$recent_date" --repos kubernetes/minikube --token-path $DIR/gh_token.txt --logtostderr=false --stderrthreshold=2 | awk -F ',' "$AWK_ISSUE_COMMENTS" | sort -k1nr -k2d | awk -F ' ' "$AWK_FORMAT_ITEM" | head -n 5
echo ""
echo "Don't forget to run \"hack/update_contributions.sh\"!"
echo "Don't forget to run `make update-leaderboard` & `make time-to-k8s-benchmark`!"