aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--RELEASING.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/RELEASING.md b/RELEASING.md
index 040cba77..2ff01d95 100644
--- a/RELEASING.md
+++ b/RELEASING.md
@@ -285,6 +285,12 @@ $ sed -i 's/\(<version>\)[0-9]\+\.[0-9]\+\.[0-9]\+/\1'$MAJOR.$MINOR.$PATCH'/' \
3. Go through PR review and merge it to GitHub master branch.
+4. In addition, create a PR to mark the new release in
+[CHANGELOG.md](https://github.com/census-instrumentation/opencensus-java/blob/master/CHANGELOG.md)
+on master branch. Once that PR is merged, cherry-pick the commit and create another PR to the
+release branch (branch v$MAJOR.$MINOR.x).
+
+
## Known Issues
### Deployment for tag v0.5.0