mirror of https://github.com/grpc/grpc-java.git
Include xDS example's README.md when updating release tag version.
This commit is contained in:
parent
941de0e80b
commit
e320b9bee5
|
@ -123,6 +123,7 @@ Tagging the Release
|
|||
$ ${EDITOR:-nano -w} README.md
|
||||
$ ${EDITOR:-nano -w} documentation/android-channel-builder.md
|
||||
$ ${EDITOR:-nano -w} cronet/README.md
|
||||
$ ${EDITOR:-nano -w} examples/example-xds/README.md
|
||||
$ git commit -a -m "Update README etc to reference $MAJOR.$MINOR.$PATCH"
|
||||
```
|
||||
3. Change root build files to remove "-SNAPSHOT" for the next release version
|
||||
|
|
Loading…
Reference in New Issue