From 1af6b24a7c02abfedab5f9f9f3654ef3d084902d Mon Sep 17 00:00:00 2001 From: Eric Anderson Date: Fri, 7 Jul 2023 15:03:21 -0700 Subject: [PATCH] Add commit convenience Co-authored-by: Sergii Tkachenko --- RELEASING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RELEASING.md b/RELEASING.md index 053a9ca76f..b2233ff84c 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -172,6 +172,9 @@ Tagging the Release docker_image=gcr.io/grpc-testing/grpc_interop_java:v$MAJOR.$MINOR.$PATCH \ tools/interop_matrix/testcases/java__master + # Commit the changes + git commit --all -m "Add grpc-java $MAJOR.$MINOR.$PATCH to client_matrix.py" + # Create a PR and run ad-hoc test against your PR ``` [gcr-image]: https://github.com/grpc/grpc/blob/master/tools/interop_matrix/README.md#step-by-step-instructions-for-adding-a-gcr-image-for-a-new-release-for-compatibility-test