aboutsummaryrefslogtreecommitdiff
path: root/RELEASING.md
diff options
context:
space:
mode:
authorYang Song <songy23@users.noreply.github.com>2018-04-27 16:07:18 -0700
committerGitHub <noreply@github.com>2018-04-27 16:07:18 -0700
commitb09b32813d23592965547eca30ba3a505942f998 (patch)
treebf7d73f31ff825ad49ed53d7456e9f7101346dd1 /RELEASING.md
parentdec25072b4b7671a8ff35f0a121b41eddff5f66f (diff)
downloadopencensus-java-b09b32813d23592965547eca30ba3a505942f998.tar.gz
Update RELEASING.md that changes can be found from CHANGELOG.md. (#1159)
Diffstat (limited to 'RELEASING.md')
-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