diff options
| author | Hailong Wen <youxiabsyw@gmail.com> | 2018-01-19 16:30:14 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-01-19 16:30:14 -0800 |
| commit | 916e10eda91fe4c9bc484c16d195fa680b90de11 (patch) | |
| tree | 84b039c4cc366b11243336d75bfd0c78426c4e98 /RELEASING.md | |
| parent | fc714530571100d74525c86b68660cf37bed8511 (diff) | |
| download | platform_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.md | 1 |
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 |
