aboutsummaryrefslogtreecommitdiff
path: root/RELEASING.md
diff options
context:
space:
mode:
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