RELEASING.md: check availability on JCenter (#4490)

This commit is contained in:
Eric Gribkoff 2018-05-22 15:28:20 -07:00 committed by GitHub
parent 0906937db5
commit 6eb8aba669
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -400,6 +400,9 @@ Finally, document and publicize the release.
2. Post a release announcement to [grpc-io](https://groups.google.com/forum/#!forum/grpc-io)
(`grpc-io@googlegroups.com`). The title should be something that clearly identifies
the release (e.g.`GRPC-Java <tag> Released`).
1. Check if JCenter has picked up the new release (https://jcenter.bintray.com/io/grpc/)
and include its availability in the release announcement email. JCenter should mirror
everything on Maven Central, but users have reported delays.
Update Hosted Javadoc
---------------------