From 6eb8aba669e25e0dd75c2b0647e3e755a9fd58eb Mon Sep 17 00:00:00 2001 From: Eric Gribkoff Date: Tue, 22 May 2018 15:28:20 -0700 Subject: [PATCH] RELEASING.md: check availability on JCenter (#4490) --- RELEASING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RELEASING.md b/RELEASING.md index 3ac6f386c8..665175bf05 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -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 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 ---------------------