From 061a4d4c8e18c8b258d8f31e6cb0c57a47095c5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BD=AD=E5=8B=87=E5=8D=87=20pengys?= <8082209@qq.com> Date: Sun, 25 Mar 2018 17:43:00 +0800 Subject: [PATCH] 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 70544dca8..71e1550aa 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.