From 7f5c7d57a497e5b5b70196769faa296f8dc836a8 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Wed, 11 Nov 2020 19:09:39 -0500 Subject: [PATCH] Copyedits to release header --- tools/release/release_notes.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/release/release_notes.py b/tools/release/release_notes.py index e69fc491b4a..511c93e3317 100644 --- a/tools/release/release_notes.py +++ b/tools/release/release_notes.py @@ -69,9 +69,9 @@ Ruby """ -rl_header = """This is the {version} release ([{name}](https://github.com/grpc/grpc/blob/master/doc/g_stands_for.md)) of gRPC Core. +rl_header = """This is release {version} ([{name}](https://github.com/grpc/grpc/blob/master/doc/g_stands_for.md)) of gRPC Core. -Please see the notes for the previous releases here: https://github.com/grpc/grpc/releases. Please consult https://grpc.io/ for all information regarding this product. +For gRPC documentation, see [grpc.io](https://grpc.io/). For previous releases, see [Releases](https://github.com/grpc/grpc/releases). This release contains refinements, improvements, and bug fixes, with highlights listed below.