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/19 02:28:56 UTC

[incubator-skywalking] branch asf/5.0-alpha/release updated: remove .sha256 requirement.

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

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


The following commit(s) were added to refs/heads/asf/5.0-alpha/release by this push:
     new 615322a  remove .sha256 requirement.
615322a is described below

commit 615322a6c80133b589c11a03c39329c252baab68
Author: wu-sheng <wu...@foxmail.com>
AuthorDate: Mon Mar 19 10:28:31 2018 +0800

    remove .sha256 requirement.
---
 docs/en/How-to-release.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/en/How-to-release.md b/docs/en/How-to-release.md
index 1c3496a..87a4cac 100644
--- a/docs/en/How-to-release.md
+++ b/docs/en/How-to-release.md
@@ -67,7 +67,7 @@ with .asc, .sha512, .md5
 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, .sha256
+`in svn.apache.org` with .asc, .sha512
 
 ## Make the internal announcements
 Send an announcement mail in dev mail list.
@@ -168,7 +168,7 @@ All PPMC members and committers should check these before vote +1.
 1. Features test.
 1. All artifacts in staging repository are published with .asc, .md5, *sha1 files
 1. 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, .sha256
+`in svn.apache.org` with .asc, .sha512
 1. `LICENSE` and `NOTICE` are in Source code and distribution package.
 1. Check `shasum`
 1. Build distribution from source code package (apache-skywalking-incubating-x.y.z.src.tar.gz) by following this [doc](https://github.com/apache/incubator-skywalking/blob/master/docs/en/How-to-build.md#build-from-apache-source-codes).

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