mirror of https://github.com/grpc/grpc-java.git
releasing: add git command for pushing gh-pages (#10621)
This commit is contained in:
parent
2bec8cdf1d
commit
6cf6380812
|
|
@ -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.*
|
||||
|
|
|
|||
Loading…
Reference in New Issue