From 5d40396aa2460abc5a25d1fc2f37a00539332f11 Mon Sep 17 00:00:00 2001 From: Terry Wilson Date: Wed, 17 May 2023 11:36:01 -0700 Subject: [PATCH] A note to include backports in release notes (#10198) --- RELEASING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RELEASING.md b/RELEASING.md index 18a014df45..5a9b6d88f2 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -210,6 +210,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`). + - Note that there may have been backports to the release branch since you + generated the release notes. Please verify that any backports are reflected + in the release notes before sending them out. Update Hosted Javadoc ---------------------