You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@skywalking.apache.org by wu...@apache.org on 2018/04/03 06:32:25 UTC

[incubator-skywalking] branch doc/publish created (now 01d334f)

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a change to branch doc/publish
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git.


      at 01d334f  Update release docs.

This branch includes the following new commits:

     new 01d334f  Update release docs.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


-- 
To stop receiving notification emails like this one, please contact
wusheng@apache.org.

[incubator-skywalking] 01/01: Update release docs.

Posted by wu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch doc/publish
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git

commit 01d334fa93e68d6f4873027a5996e7179e3526f2
Author: wusheng <wu...@foxmail.com>
AuthorDate: Tue Apr 3 14:32:18 2018 +0800

    Update release docs.
---
 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 dd20e28..9deb5f5 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/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/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
 

-- 
To stop receiving notification emails like this one, please contact
wusheng@apache.org.