From 17225487d7a9b8241d8adb1135ec53399697db7f Mon Sep 17 00:00:00 2001 From: huawei Date: Wed, 26 Aug 2020 10:12:03 +0800 Subject: [PATCH] Update vote check list (#5380) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: 吴晟 Wu Sheng --- docs/en/guides/How-to-release.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/en/guides/How-to-release.md b/docs/en/guides/How-to-release.md index 1e65f15297..be49e676b3 100644 --- a/docs/en/guides/How-to-release.md +++ b/docs/en/guides/How-to-release.md @@ -218,6 +218,7 @@ All PMC members and committers should check these before vote +1. are in `https://dist.apache.org/repos/dist/dev/skywalking/x.y.z` with .asc, .sha512 1. `LICENSE` and `NOTICE` are in Source code and distribution package. 1. Check `shasum -c apache-skywalking-apm-x.y.z-src.tgz.sha512` +1. Check `gpg --verify apache-skywalking-apm-x.y.z-src.tgz.asc apache-skywalking-apm-x.y.z-src.tgz` 1. Build distribution from source code package (apache-skywalking-x.y.z-src.tar.gz) by following this [doc](https://github.com/apache/skywalking/blob/master/docs/en/guides/How-to-build.md#build-from-apache-source-code-release). 1. Apache RAT check. Run `./mvnw apache-rat:check`. (No binary in source codes) -- GitLab