@@ -101,30 +101,14 @@ would be used to create all `v1.7` tags (e.g. `v1.7.0`, `v1.7.1`).
101101 $( git log --pretty=format:%H --grep " ^Start $MAJOR .$(( MINOR+ 1 )) .0 development cycle$" upstream/master) ^
102102 $ git push upstream v$MAJOR .$MINOR .x
103103 ```
104- 4 . Make sure you are [ logged in] ( https://grpc-testing.appspot.com/manage ) to
105- Jenkins, then make a [ new release
106- job] ( https://grpc-testing.appspot.com/view/Releases/newJob )
107- * _ Name_ : gRPC-Java-$MAJOR.$MINOR-Windows
108- * _ Copy from_ : gRPC-Java-master-windows
109- * Click _ OK_ button
110- * Click _ Advanced..._ in the _ General_ area right above _ Source Code Management_
111- * _ Display Name_ under _ Use custom workspace_ (not ~~ Project
112- url~~ ): gRPC Java $MAJOR.$MINOR Windows
113- * Under _ Source Code Management_ , _ Branches to build_ 's
114- _ Branch Specifier_ : ` */v$MAJOR.$MINOR.x `
115- * Under _ Build Triggers_ , _ Build periodically_ : ` H H * * H `
116- * Click _ SAVE_ button
117- * Click _ Build Now_
118- * Click on job #1 , then _ Console Output_ . Verify the ` git checkout ` checked
119- out the correct commit
120- 5 . Go to [ Travis CI settings] ( https://travis-ci.org/grpc/grpc-java/settings ) and
104+ 4 . Go to [ Travis CI settings] ( https://travis-ci.org/grpc/grpc-java/settings ) and
121105 add a _ Cron Job_ :
122106 * Branch: ` v$MAJOR.$MINOR.x `
123107 * Interval: ` weekly `
124108 * Options: ` Do not run if there has been a build in the last 24h `
125109 * Click _ Add_ button
126- 6 . Continue with Google-internal steps at go/grpc/java/releasing.
127- 7 . Move items out of the release milestone that didn't make the cut. Issues that
110+ 5 . Continue with Google-internal steps at go/grpc/java/releasing.
111+ 6 . Move items out of the release milestone that didn't make the cut. Issues that
128112 may be backported should stay in the release milestone. Treat issues with the
129113 'release blocker' label with special care.
130114
0 commit comments