mirror of https://github.com/grpc/grpc-java.git
doc: new file to be sed'ed during the release. (#4804)
This commit is contained in:
parent
28d44ae46d
commit
a80159f85c
|
|
@ -65,7 +65,7 @@ would be used to create all `v1.7` tags (e.g. `v1.7.0`, `v1.7.1`).
|
||||||
$ sed -i 's/[0-9]\+\.[0-9]\+\.[0-9]\+\(.*CURRENT_GRPC_VERSION\)/'$MAJOR.$((MINOR+1)).0'\1/' \
|
$ sed -i 's/[0-9]\+\.[0-9]\+\.[0-9]\+\(.*CURRENT_GRPC_VERSION\)/'$MAJOR.$((MINOR+1)).0'\1/' \
|
||||||
"${VERSION_FILES[@]}"
|
"${VERSION_FILES[@]}"
|
||||||
$ sed -i s/$MAJOR.$MINOR.$PATCH/$MAJOR.$((MINOR+1)).0/ \
|
$ sed -i s/$MAJOR.$MINOR.$PATCH/$MAJOR.$((MINOR+1)).0/ \
|
||||||
compiler/src/test{,Lite,Nano}/golden/TestService.java.txt
|
compiler/src/test{,Lite,Nano}/golden/Test{,Deprecated}Service.java.txt
|
||||||
$ ./gradlew build
|
$ ./gradlew build
|
||||||
$ git commit -a -m "Start $MAJOR.$((MINOR+1)).0 development cycle"
|
$ git commit -a -m "Start $MAJOR.$((MINOR+1)).0 development cycle"
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue