aboutsummaryrefslogtreecommitdiffstats
path: root/RELEASING.md
diff options
context:
space:
mode:
authorHailong Wen <youxiabsyw@gmail.com>2018-01-19 16:30:14 -0800
committerGitHub <noreply@github.com>2018-01-19 16:30:14 -0800
commit916e10eda91fe4c9bc484c16d195fa680b90de11 (patch)
tree84b039c4cc366b11243336d75bfd0c78426c4e98 /RELEASING.md
parentfc714530571100d74525c86b68660cf37bed8511 (diff)
downloadplatform_external_opencensus-java-916e10eda91fe4c9bc484c16d195fa680b90de11.tar.gz
platform_external_opencensus-java-916e10eda91fe4c9bc484c16d195fa680b90de11.tar.bz2
platform_external_opencensus-java-916e10eda91fe4c9bc484c16d195fa680b90de11.zip
Update scripts in RELEASING.md to include examples/pom.xml, and apply the change. (#943)
Diffstat (limited to 'RELEASING.md')
-rw-r--r--RELEASING.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASING.md b/RELEASING.md
index 2d065d9f..195bb3d7 100644
--- a/RELEASING.md
+++ b/RELEASING.md
@@ -65,6 +65,7 @@ token](https://help.github.com/articles/creating-a-personal-access-token-for-the
$ VERSION_FILES=(
build.gradle
examples/build.gradle
+ examples/pom.xml
api/src/main/java/io/opencensus/common/OpenCensusLibraryInformation.java
)
$ git checkout -b v$MAJOR.$MINOR.x master