releasing: add git command for pushing gh-pages (#10621)

This commit is contained in:
Terry Wilson 2023-10-20 15:16:56 -07:00 committed by GitHub
parent 2bec8cdf1d
commit 6cf6380812
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -194,10 +194,10 @@ Tagging the Release
rm -r javadoc/META-INF/
git add -A javadoc
git commit -m "Javadoc for $MAJOR.$MINOR.$PATCH"
git push upstream gh-pages
```
Push gh-pages to the main repository and verify the current version is
[live on grpc.io](https://grpc.io/grpc-java/javadoc/).
Verify the current version is [live on grpc.io](https://grpc.io/grpc-java/javadoc/).
12. Add [Release Notes](https://github.com/grpc/grpc-java/releases) for the new tag.
*Make sure that any backports are reflected in the release notes.*