aboutsummaryrefslogtreecommitdiff
path: root/RELEASING.md
diff options
context:
space:
mode:
authorYang Song <songy23@users.noreply.github.com>2018-09-26 10:29:35 -0700
committerGitHub <noreply@github.com>2018-09-26 10:29:35 -0700
commit9580d5f56a6bd14751632a1d4af8a8b0d259ac0e (patch)
treeba37de3886b4716307c8bd48ae57476fde237abe /RELEASING.md
parent8ca454685adeede687b4857270c590f642d3c415 (diff)
downloadopencensus-java-9580d5f56a6bd14751632a1d4af8a8b0d259ac0e.tar.gz
Exporter/OCAgent: Add OcAgentNodeUtils. (#1471)
* Exporter/OCAgent: Add OcAgentNodeUtils. Add utilities for detecting and creating Node. Equivalent to https://github.com/census-ecosystem/opencensus-go-exporter-ocagent/blob/master/nodeinfo.go. * Fix nullness checker. * Use a local VERSION string in OC-Agent Exporter.
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 e4315cd2..649ac81f 100644
--- a/RELEASING.md
+++ b/RELEASING.md
@@ -65,6 +65,7 @@ token](https://help.github.com/articles/creating-a-personal-access-token-for-the
examples/build.gradle
examples/pom.xml
api/src/main/java/io/opencensus/common/OpenCensusLibraryInformation.java
+ exporters/trace/ocagent/src/main/java/io/opencensus/exporter/trace/ocagent/OcAgentNodeUtils.java
)
$ git checkout -b v$MAJOR.$MINOR.x master
$ git push upstream v$MAJOR.$MINOR.x