aboutsummaryrefslogtreecommitdiff
path: root/RELEASING.md
diff options
context:
space:
mode:
authorYang Song <songy23@users.noreply.github.com>2018-05-03 16:26:52 -0700
committerGitHub <noreply@github.com>2018-05-03 16:26:52 -0700
commite812bcff383d907085235a8689e8d323e50e8438 (patch)
treeeb1e35c1ff41ded088b47bdd801358e20c09f22c /RELEASING.md
parenta8c9f540b5308c2c9ed675a2f2fce8a64367205f (diff)
downloadopencensus-java-e812bcff383d907085235a8689e8d323e50e8438.tar.gz
Mention updating CHANGELOG in releasing instruction. (#1181)
Diffstat (limited to 'RELEASING.md')
-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