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/03/25 09:43:05 UTC

[incubator-skywalking] branch master updated: Update How-to-release.md (#988)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 061a4d4  Update How-to-release.md (#988)
061a4d4 is described below

commit 061a4d4c8e18c8b258d8f31e6cb0c57a47095c5b
Author: 彭勇升 pengys <80...@qq.com>
AuthorDate: Sun Mar 25 17:43:00 2018 +0800

    Update How-to-release.md (#988)
    
    * Update How-to-release.md
    
    * Update How-to-release.md
---
 docs/en/How-to-release.md | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/docs/en/How-to-release.md b/docs/en/How-to-release.md
index 70544dc..71e1550 100644
--- a/docs/en/How-to-release.md
+++ b/docs/en/How-to-release.md
@@ -68,8 +68,14 @@ with .asc, .sha512, .md5
 ## Upload to Apache svn
 1. Use ApacheId to login `https://dist.apache.org/repos/dist/dev/incubator/skywalking/`
 1. Create folder, named by release version
-1. Upload Source code and distribution package (apache-skywalking-incubating-x.y.z-src.tar.gz, apache-skywalking-incubating-x.y.z.tar.gz, apache-skywalking-incubating-x.y.z.zip) 
-`in svn.apache.org` with .asc, .sha512
+1. Upload Source code package to the folder with .asc, .sha512
+    * Package name: apache-skywalking-incubating-x.y.z-src.tar.gz
+    * See Section "Build and sign the source code package" for more details 
+1. Upload distribution package to the folder with .asc, .sha512
+    * Package name: apache-skywalking-incubating-x.y.z.tar.gz, apache-skywalking-incubating-x.y.z.zip
+    * See Section "Find and download distribution in Apache Nexus Staging repositories" for more details
+    * Create .sha512 package: `shasum -a 512 file > file.sha512`
+1. Upload gpg public key, named KEY
 
 ## Make the internal announcements
 Send an announcement mail in dev mail list.

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