From 6d1ea08ce3b4a22f8600a4e6bd2adbdaef652c82 Mon Sep 17 00:00:00 2001 From: Tom Kerkhove Date: Tue, 6 Feb 2024 01:24:50 +0100 Subject: [PATCH] proposal: Build changelog based on previous stable version (#2269) Co-authored-by: James Newton-King Co-authored-by: Steve Dougherty --- doc/release_process.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/release_process.md b/doc/release_process.md index ca5ed873d..5f8b5bb1c 100644 --- a/doc/release_process.md +++ b/doc/release_process.md @@ -40,7 +40,7 @@ release that the new release depends on. - Build the signed nuget packages and push them to nuget.org (internal process). **These are the stable grpc-dotnet packages.** - Create a new release and tag in https://github.com/grpc/grpc-dotnet/releases (by creating the tag from the current release branch). - This is the stable release. Fill in the release notes. + This is the stable release. Fill in the release notes and list changes since the previous _stable_ version. ### After the release