+1 binding 1. .sha512 files are checked. 2. GPG signatures are signed by zhenxu ke (GPG Keys for Apache Release) <kezhenx...@apache.org>. 3. LICENSE and NOTICE exist. 4. Build from source success. 5. Tag correct.
————————— Kai Wan GitHub @wankai123 kezhenxu94 <kezhenx...@apache.org> 于2022年7月8日周五 13:34写道: > > Hi, if you have trouble building from source because of local machine > environment, I provide these steps to build in Docker to verify: > > # Start a Docker container > > docker run -it --rm node:14 bash > > # Execute the following commands inside the container > > svn co https://dist.apache.org/repos/dist/dev/skywalking/node-js/0.5.0 > cd 0.5.0/ > tar -zxf skywalking-nodejs-src-0.5.0.tgz > npm i > npm run build > > There might be warning logs but it's OK to ignore them > > > On Jul 6, 2022, at 17:31, kezhenxu94 <kezhenx...@apache.org> wrote: > > > > Hi the SkyWalking Community: > > > > This is a call for vote to release Apache SkyWalking NodeJS version 0.5.0. > > > > Release notes: > > > > * https://github.com/apache/skywalking-nodejs/blob/v0.5.0/CHANGELOG.md > > > > Release Candidate: > > > > * https://dist.apache.org/repos/dist/dev/skywalking/node-js/0.5.0 > > * sha512 checksums > > - > > 41c83e57eeae718ff02d06e3976013a1853fc2826160be0667cae91275814c409d00f85e534b4f775a67491d10b90ecfb3f68645713ac696f62d1bb0ffb791d7 > > skywalking-nodejs-src-0.5.0.tgz > > > > Release Tag : > > > > * (Git Tag) v0.5.0 > > > > Release Commit Hash : > > > > * > > https://github.com/apache/skywalking-nodejs/tree/6c0e9ba4045822e0a561004791c4655ae60ac09a > > > > Keys to verify the Release Candidate : > > > > * https://dist.apache.org/repos/dist/release/skywalking/KEYS > > > > Guide to build the release from source : > > > > Simply run `npm install && npm run build` > > > > Voting will start now and will remain open for at least 72 hours, all PMC > > members are required to give their votes. > > > > [ ] +1 Release this package. > > [ ] +0 No opinion. > > [ ] -1 Do not release this package because.... > > > > Thanks. > > > > [1] > > https://github.com/apache/skywalking-nodejs/blob/master/docs/How-to-release.md#vote-check >