From e7b15200654ade7ce137e095f3579bbcc7991a5e Mon Sep 17 00:00:00 2001 From: Anuraag Agrawal Date: Fri, 5 Dec 2025 14:09:33 +0900 Subject: [PATCH 1/2] Update some instructions in RELEASE.md Signed-off-by: Anuraag Agrawal --- RELEASE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 74dfcf9..c275d38 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -11,7 +11,8 @@ This document outlines how to create a release of connect-python. Note the new version X.Y.Z in the updated files. -3. Open a PR titled "Prepare for vX.Y.Z" ([Example PR #661](https://github.com/connectrpc/connect-go/pull/661)) and a description tagging all current maintainers. Once it's reviewed and CI passes, merge it. +3. Open a PR titled "Prepare for vX.Y.Z" ([Example PR #60](https://github.com/connectrpc/connect-python/pull/60)) and assign all current maintainers as reviewers. Once it's approved by at + least one other maintainer and CI passes, merge it. _Make sure no new commits are merged until the release is complete._ From 499f16b8f67123dcc43320d48ff42779e853f3e5 Mon Sep 17 00:00:00 2001 From: "Anuraag (Rag) Agrawal" Date: Mon, 8 Dec 2025 13:45:51 +0900 Subject: [PATCH 2/2] Update RELEASE.md Co-authored-by: Stefan VanBuren Signed-off-by: Anuraag (Rag) Agrawal --- RELEASE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index c275d38..508868c 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -11,7 +11,7 @@ This document outlines how to create a release of connect-python. Note the new version X.Y.Z in the updated files. -3. Open a PR titled "Prepare for vX.Y.Z" ([Example PR #60](https://github.com/connectrpc/connect-python/pull/60)) and assign all current maintainers as reviewers. Once it's approved by at +3. Open a PR titled "Prepare for vX.Y.Z" ([Example PR #60](https://github.com/connectrpc/connect-python/pull/60)) and assign the `connectrpc/python` group as reviewers. Once it's approved by at least one other maintainer and CI passes, merge it. _Make sure no new commits are merged until the release is complete._