chore: udpate scripts that generates release draft (#5556)

This commit is contained in:
Andrey Lushnikov 2021-02-24 13:26:44 -08:00 committed by GitHub
parent 5fb77935ee
commit 3dd06815b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ LAST_RELEASE=$(git describe --tags $(git rev-list --tags --max-count=1))
echo "## Highlights"
echo
echo "TODO: \`git diff ${LAST_RELEASE}:docs/api.md docs/api.md\`"
echo "TODO: asked teammates for the highlights"
echo
echo "## Browser Versions"
echo
@ -18,7 +18,7 @@ node ./print_versions.js
echo
echo "## New APIs"
echo
echo "TODO: \`git diff ${LAST_RELEASE}:docs/api.md docs/api.md\`"
echo "TODO: \`git diff -w ${LAST_RELEASE}..HEAD src/client\`"
echo
CLOSED_ISSUES=$(./list_closed_issues.sh "${LAST_RELEASE}")
ISSUES_COUNT=$(echo "${CLOSED_ISSUES}" | wc -l | xargs)