add note to release notes to remind to run `make time-to-k8s-benchmark`
parent
766cfd1e76
commit
913d096d03
|
|
@ -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`!"
|
||||
|
|
|
|||
Loading…
Reference in New Issue