aboutsummaryrefslogtreecommitdiff
path: root/RELEASING.md
diff options
context:
space:
mode:
authorzpencer <spencerfang@google.com>2018-05-07 16:29:09 -0700
committerGitHub <noreply@github.com>2018-05-07 16:29:09 -0700
commit8a0ee979d0cff321d0c6dc84d8fd71376564aff6 (patch)
tree994465d5fa6bb2f910149ff67a6ecdbfcf72db78 /RELEASING.md
parentb9df27b86f694d5304267b97dd6ce2e62285d6ae (diff)
downloadgrpc-grpc-java-8a0ee979d0cff321d0c6dc84d8fd71376564aff6.tar.gz
RELEASING.md: add links to auto release documentation (#4444)
The steps are still valid, and should be considered the source of truth. However, these steps have been automated as a kokoro job. Add a link to the documentation for the kokoro job.
Diffstat (limited to 'RELEASING.md')
-rw-r--r--RELEASING.md11
1 files changed, 9 insertions, 2 deletions
diff --git a/RELEASING.md b/RELEASING.md
index deadc7901..3ac6f386c 100644
--- a/RELEASING.md
+++ b/RELEASING.md
@@ -170,9 +170,12 @@ Tagging the Release
```
6. Close the release milestone.
-Setup Build Environment
+Setup Build Environment (External only)
---------------------------
+**This section describes the external release process. See go/grpc/java/releasing for the internal
+automated release process.**
+
### Linux
The deployment for Linux uses [Docker](https://www.docker.com/) running
CentOS 6.6 in order to ensure that we have a consistent deployment environment
@@ -289,8 +292,12 @@ We only build 64-bit artifact for Mac.
LDFLAGS="$HOME/protobuf/lib/libprotobuf.a $HOME/protobuf/lib/libprotoc.a"
```
-Build and Deploy
+Build and Deploy (External only)
----------------
+
+**This section describes the external release process. See go/grpc/java/releasing for the internal
+automated release process.**
+
We currently distribute the following OSes and architectures:
| OS | x86_32 | x86_64 |