@@ -66,7 +66,7 @@ would be used to create all `v1.7` tags (e.g. `v1.7.0`, `v1.7.1`).
6666 $( git log --pretty=format:%H --grep " ^Start $MAJOR .$(( MINOR+ 1 )) .0 development cycle$" upstream/master) ^
6767 $ git push upstream v$MAJOR .$MINOR .x
6868 ```
69- 5 . Continue with Google-internal steps at go/grpc/ java/releasing, but stop
69+ 5 . Continue with Google-internal steps at go/grpc- java/releasing, but stop
7070 before ` Auto releasing using kokoro ` .
71716 . Create a milestone for the next release.
72727 . Move items out of the release milestone that didn't make the cut. Issues that
@@ -91,7 +91,8 @@ Tagging the Release
9191 either be deferred or resolved and the fix backported. Verify there are no
9292 [ TODO: release blocker] [ ] nor [ TODO: backport ] [ ] issues (open or closed), or
9393 that they are tracking an issue for a different branch.
94- 2 . Ensure that Google-internal steps completed at go/grpc/java/releasing#before-tagging-a-release.
94+ 2 . Ensure that the Google-internal steps
95+ at go/grpc-java/releasing#before-tagging-a-release are completed.
95963 . For vMajor.Minor.x branch, change ` README.md ` to refer to the next release
9697 version. _ Also_ update the version numbers for protoc if the protobuf library
9798 version was updated since the last release.
@@ -142,7 +143,7 @@ Tagging the Release
1421437 . Close the release milestone.
143144
1441458 . Trigger build as described in "Auto releasing using kokoro" at
145- go/grpc/ java/releasing.
146+ go/grpc- java/releasing.
146147
147148 It runs three jobs on Kokoro, one on each platform. See their scripts:
148149 ` linux_artifacts.sh ` , ` windows.bat ` , and ` macos.sh ` . The mvn-artifacts/
@@ -175,7 +176,7 @@ Tagging the Release
175176 # Commit the changes
176177 git commit --all -m " Add grpc-java $MAJOR .$MINOR .$PATCH to client_matrix.py"
177178
178- # Create a PR and run ad-hoc test against your PR
179+ # Create a PR with the `release notes: no` label and run ad-hoc test against your PR
179180 ```
180181[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
181182
0 commit comments