RELEASING.md: Prefix grpc/grpc commit with [interop]

They require this style.
This commit is contained in:
Eric Anderson 2023-08-02 13:51:56 -07:00
parent f8baa9ca1d
commit 47a84c48c7
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ Tagging the Release
tools/interop_matrix/testcases/java__master
# Commit the changes
git commit --all -m "Add grpc-java $MAJOR.$MINOR.$PATCH to client_matrix.py"
git commit --all -m "[interop] Add grpc-java $MAJOR.$MINOR.$PATCH to client_matrix.py"
# Create a PR with the `release notes: no` label and run ad-hoc test against your PR
```