aboutsummaryrefslogtreecommitdiff
path: root/RELEASING.md
diff options
context:
space:
mode:
authorBogdan Drutu <bdrutu@google.com>2017-10-23 12:35:01 -0700
committerGitHub <noreply@github.com>2017-10-23 12:35:01 -0700
commitbd96a9c62b8a2f2a4cf43792ed827262688c0358 (patch)
treed030ed70b4225282d704634f45bc0a090e4f8795 /RELEASING.md
parent620d97c15db3588376adad2d0dd8c55db4650806 (diff)
downloadopencensus-java-bd96a9c62b8a2f2a4cf43792ed827262688c0358.tar.gz
Record the agent label for stackdriver trace exporter. (#717)
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 8f858f18..21531b31 100644
--- a/RELEASING.md
+++ b/RELEASING.md
@@ -64,6 +64,7 @@ token](https://help.github.com/articles/creating-a-personal-access-token-for-the
$ MAJOR=0 MINOR=4 PATCH=0 # Set appropriately for new release
$ VERSION_FILES=(
build.gradle
+ api/src/main/java/io/opencensus/common/OpenCensusLibraryInformation.java
)
$ git checkout -b v$MAJOR.$MINOR.x master
$ git push upstream v$MAJOR.$MINOR.x