A note to include backports in release notes (#10198)

This commit is contained in:
Terry Wilson 2023-05-17 11:36:01 -07:00 committed by GitHub
parent 810d8cab09
commit 5d40396aa2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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 <tag> 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
---------------------