Add message to hack/release_notes.sh to tell maintainers to update contributions.

pull/11467/head
Andriy Dzikh 2021-05-19 15:14:24 -07:00
parent 0224fd63d1
commit c04f2d731f
1 changed files with 3 additions and 0 deletions

View File

@ -64,3 +64,6 @@ echo "Thank you to our triage members for this release!"
echo ""
AWK_ISSUE_COMMENTS='NR>1{arr[$4] += $7}END{for (a in arr) printf "%d %s\n", arr[a], a}'
"${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\"!"