aboutsummaryrefslogtreecommitdiff
path: root/RELEASING.md
diff options
context:
space:
mode:
authorEric Anderson <ejona@google.com>2017-01-05 13:25:05 -0800
committerEric Anderson <ejona@google.com>2017-01-05 13:25:05 -0800
commit5204e4f29e28432d5fe3189b70445a7d9079820d (patch)
treed8162efbc95ea7c69da24ce3768d941bfba36d80 /RELEASING.md
parentcce8eac56d3919f0e7e3e94a5266d8eca464f839 (diff)
downloadgrpc-grpc-java-5204e4f29e28432d5fe3189b70445a7d9079820d.tar.gz
releasing: Document bumping version on grpc.io
Diffstat (limited to 'RELEASING.md')
-rw-r--r--RELEASING.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/RELEASING.md b/RELEASING.md
index f82dd762a..72cbd0e17 100644
--- a/RELEASING.md
+++ b/RELEASING.md
@@ -335,6 +335,13 @@ $ git checkout -b bump-readme master
$ git cherry-pick v$MAJOR.$MINOR.$PATCH^
```
+Update version referenced by tutorials
+--------------------------------------
+
+Update the `grpc_java_release_tag` in
+[\_data/config.yml](https://github.com/grpc/grpc.github.io/blob/master/_data/config.yml)
+of the grpc.github.io repository.
+
Notify the Community
--------------------
Finally, document and publicize the release.