From 6cf638081226bf26775a8e250c4baeab2d246afa Mon Sep 17 00:00:00 2001 From: Terry Wilson Date: Fri, 20 Oct 2023 15:16:56 -0700 Subject: [PATCH] releasing: add git command for pushing gh-pages (#10621) --- RELEASING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASING.md b/RELEASING.md index 203daec4aa..67812519bf 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -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.*