chore: udpate scripts that generates release draft (#5556)
This commit is contained in:
parent
5fb77935ee
commit
3dd06815b9
|
|
@ -10,7 +10,7 @@ LAST_RELEASE=$(git describe --tags $(git rev-list --tags --max-count=1))
|
||||||
|
|
||||||
echo "## Highlights"
|
echo "## Highlights"
|
||||||
echo
|
echo
|
||||||
echo "TODO: \`git diff ${LAST_RELEASE}:docs/api.md docs/api.md\`"
|
echo "TODO: asked teammates for the highlights"
|
||||||
echo
|
echo
|
||||||
echo "## Browser Versions"
|
echo "## Browser Versions"
|
||||||
echo
|
echo
|
||||||
|
|
@ -18,7 +18,7 @@ node ./print_versions.js
|
||||||
echo
|
echo
|
||||||
echo "## New APIs"
|
echo "## New APIs"
|
||||||
echo
|
echo
|
||||||
echo "TODO: \`git diff ${LAST_RELEASE}:docs/api.md docs/api.md\`"
|
echo "TODO: \`git diff -w ${LAST_RELEASE}..HEAD src/client\`"
|
||||||
echo
|
echo
|
||||||
CLOSED_ISSUES=$(./list_closed_issues.sh "${LAST_RELEASE}")
|
CLOSED_ISSUES=$(./list_closed_issues.sh "${LAST_RELEASE}")
|
||||||
ISSUES_COUNT=$(echo "${CLOSED_ISSUES}" | wc -l | xargs)
|
ISSUES_COUNT=$(echo "${CLOSED_ISSUES}" | wc -l | xargs)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue