Add a github release automation script (use the steps in our internal release doc as reference)
Test
Run this script from my local RELEASE_VERSION=v1.0.2 ./scripts/github-release.sh, using this script did the v1.0.2 github release, it's able to push release branch, tag and send a PR
In the future, probably this script can be triggered by github action and run in github action worker instance
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Changes
Test
Run this script from my local
RELEASE_VERSION=v1.0.2 ./scripts/github-release.sh
, using this script did the v1.0.2 github release, it's able to push release branch, tag and send a PRIn the future, probably this script can be triggered by github action and run in github action worker instance
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.