aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--RELEASING.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/RELEASING.md b/RELEASING.md
index ec754c09..2870f443 100644
--- a/RELEASING.md
+++ b/RELEASING.md
@@ -198,7 +198,10 @@ page](https://github.com/census-instrumentation/opencensus-java/releases), press
You can use `git log upstream/v$MAJOR.$((MINOR-1)).x..upstream/v$MAJOR.$MINOR.x --graph --first-parent`
or the Github [compare tool](https://github.com/census-instrumentation/opencensus-java/compare/)
-to view a summary of all commits since last release as a reference.
+to view a summary of all commits since last release as a reference. In addition, you can refer to
+[CHANGELOG.md](https://github.com/census-instrumentation/opencensus-java/blob/master/CHANGELOG.md)
+for a list of major changes since last release.
+
Please pick major or important user-visible changes only.
## Update release versions in documentations and build files