From 7e148494e83cf7ad72b648f42faf43c157bc0122 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=99=9F=20Wu=20Sheng?= Date: Wed, 4 Apr 2018 07:32:07 +0800 Subject: [PATCH] Fix two wrong urls. (#1019) * Update release docs. * Adjust doc. * Fix a missing wrong url. --- docs/en/How-to-release.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/docs/en/How-to-release.md b/docs/en/How-to-release.md index dd20e28c5..c3b9a4ea5 100644 --- a/docs/en/How-to-release.md +++ b/docs/en/How-to-release.md @@ -269,10 +269,18 @@ I will procedd to publish the release and send ANNOUNCE. ``` ## Publish release -1. Move source codes tar balls and distributions to `https://dist.apache.org/repos/dist/release/skywalking/`. e.g. `eg: svn mv ^/dev/incubator/skywalking/5.0.0-alpha ^/release/skywalking/` -1. Do release in nexus staging repo. -1. Public download URL under `http://www.apache.org/dyn/closer.cgi/skywalking/x.y.z`. These are under Apache mirror system. -1. Send ANNOUNCE mail to `general@incubator.apache.org`. +1. Move source codes tar balls and distributions to `https://dist.apache.org/repos/dist/release/incubator/skywalking/`. +``` +> export SVN_EDITOR=vim +> svn mv https://dist.apache.org/repos/dist/dev/incubator/skywalking/5.0.0-alpha https://dist.apache.org/repos/dist/release/incubator/skywalking +.... +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`. ``` Mail title: [ANNOUNCE] Release Apache SkyWalking (incubating) version x.y.z