From 3dfe47da9b1d339a7562add19b8928a7b09835e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=99=9F=20Wu=20Sheng?= Date: Thu, 5 Apr 2018 20:33:30 +0800 Subject: [PATCH] Update release doc. (#1036) --- docs/en/How-to-release.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/en/How-to-release.md b/docs/en/How-to-release.md index c3b9a4ea5..5dc45833e 100644 --- a/docs/en/How-to-release.md +++ b/docs/en/How-to-release.md @@ -279,8 +279,9 @@ enter your apache password ``` 2. Do release in nexus staging repo. -3. Public download URL under `http://www.apache.org/dyn/closer.cgi/incubator/skywalking/x.y.z`. These are under Apache mirror system. -4. Send ANNOUNCE mail to `general@incubator.apache.org`. +3. Public download URLs under `http://www.apache.org/dyn/closer.cgi/incubator/skywalking/x.y.z`. +4. Public KEYS, sigs and sha512 URLs under `https://www.apache.org/dist/incubator/skywalking/xxxx` +5. Send ANNOUNCE mail to `announce@incubator.apache.org`. ``` Mail title: [ANNOUNCE] Release Apache SkyWalking (incubating) version x.y.z @@ -293,10 +294,12 @@ SkyWalking: APM (application performance monitor) tool for distributed systems, especially designed for microservices, cloud native and container-based (Docker, Kubernetes, Mesos) architectures. Underlying technology is a distributed tracing system. -Download Links : http://www.apache.org/dyn/closer.cgi/skywalking/xxxx +Download Links : http://skywalking.apache.org/downloads/ Release Notes : https://github.com/apache/incubator-skywalking/blob/x.y.z/CHANGES.md +Website: http://skywalking.apache.org/ + SkyWalking Resources: - Issue: https://github.com/apache/incubator-skywalking/issues - Mailing list: dev@skywalkiing.incubator.apache.org -- GitLab