aboutsummaryrefslogtreecommitdiffstats
path: root/RELEASING.md
diff options
context:
space:
mode:
authorYang Song <songy23@users.noreply.github.com>2018-03-20 10:44:54 -0700
committerGitHub <noreply@github.com>2018-03-20 10:44:54 -0700
commit751ea3cd4a3a3c05bc93c90c7bc319aa2a94d7c5 (patch)
treeeb4721e2bae735970d135f79c7b1ae53ac592b72 /RELEASING.md
parent7d9562e77745bf49b03ec07bbb315bba856f16c3 (diff)
downloadplatform_external_opencensus-java-751ea3cd4a3a3c05bc93c90c7bc319aa2a94d7c5.tar.gz
platform_external_opencensus-java-751ea3cd4a3a3c05bc93c90c7bc319aa2a94d7c5.tar.bz2
platform_external_opencensus-java-751ea3cd4a3a3c05bc93c90c7bc319aa2a94d7c5.zip
Add bazel build for gRPC Hello World example. (#1052)
Diffstat (limited to 'RELEASING.md')
-rw-r--r--RELEASING.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/RELEASING.md b/RELEASING.md
index d6f044c1..ec754c09 100644
--- a/RELEASING.md
+++ b/RELEASING.md
@@ -253,10 +253,17 @@ $ sed -i 's/\(<version>\)[0-9]\+\.[0-9]\+\.[0-9]\+/\1'$MAJOR.$MINOR.$PATCH'/' \
```bash
$ bazel run //generate_workspace -- \
+ --artifact=com.google.guava:guava:23.0 \
+ --artifact=io.grpc:grpc-all:1.9.0 \
--artifact=io.opencensus:opencensus-api:$MAJOR.$MINOR.$PATCH \
+ --artifact=io.opencensus:opencensus-contrib-grpc-metrics:$MAJOR.$MINOR.$PATCH \
--artifact=io.opencensus:opencensus-contrib-zpages:$MAJOR.$MINOR.$PATCH \
+ --artifact=io.opencensus:opencensus-exporter-stats-prometheus:$MAJOR.$MINOR.$PATCH \
+ --artifact=io.opencensus:opencensus-exporter-stats-stackdriver:$MAJOR.$MINOR.$PATCH \
--artifact=io.opencensus:opencensus-exporter-trace-logging:$MAJOR.$MINOR.$PATCH \
+ --artifact=io.opencensus:opencensus-exporter-trace-stackdriver:$MAJOR.$MINOR.$PATCH \
--artifact=io.opencensus:opencensus-impl:$MAJOR.$MINOR.$PATCH \
+ --artifact=io.prometheus:simpleclient_httpserver:0.3.0 \
--repositories=http://repo.maven.apache.org/maven2
Wrote
/usr/local/.../generate_workspace.runfiles/__main__/generate_workspace.bzl