I am pleased to be calling this vote for the release of Apache ECharts (incubating) 4.4.0 (release candidate 1).
The release candidate to be voted over is available at: https://dist.apache.org/repos/dist/dev/incubator/echarts/4.4.0-rc.1/ The release candidate is signed with a GPG key available at: https://dist.apache.org/repos/dist/dev/incubator/echarts/KEYS The Git commit for this release is: https://gitbox.apache.org/repos/asf?p=incubator-echarts.git;a=commit;h=b2b38d67 The Release Note is available in: https://dist.apache.org/repos/dist/dev/incubator/echarts/4.4.0-rc.1/RELEASE_NOTE.txt Some shell commands for validating the release: ```shell # Download the release: curl https://dist.apache.org/repos/dist/dev/incubator/echarts/4.4.0-rc.1/apache-echarts-4.4.0-rc.1-incubating-src.zip -o apache-echarts-4.4.0-rc.1-incubating-src.zip unzip apache-echarts-4.4.0-rc.1-incubating-src.zip -d apache-echarts-4.4.0-rc.1-incubating-src > /dev/null # Download and check the signatures (optional): curl https://dist.apache.org/repos/dist/dev/incubator/echarts/4.4.0-rc.1/apache-echarts-4.4.0-rc.1-incubating-src.zip.asc -o apache-echarts-4.4.0-rc.1-incubating-src.zip.asc curl https://dist.apache.org/repos/dist/dev/incubator/echarts/4.4.0-rc.1/apache-echarts-4.4.0-rc.1-incubating-src.zip.sha512 -o apache-echarts-4.4.0-rc.1-incubating-src.zip.sha512 # check asc gpg --verify apache-echarts-4.4.0-rc.1-incubating-src.zip.asc # check sha512 shasum -a 512 -c apache-echarts-4.4.0-rc.1-incubating-src.zip.sha512 # Build the project (Node.js environment is required): cd "apache-echarts-4.4.0-rc.1-incubating-src" && npm install npm run release # (See help: `node "build/build.js" --help`) ``` Please vote on releasing this package as: Apache ECharts (incubating) 4.4.0 (release candidate 1) by "2019-10-03T10:14:50.226Z". [ ] +1 Release this package [ ] 0 I don't feel strongly about it, but don't object [ ] -1 Do not release this package because... Anyone can participate in testing and voting, not just committers, please feel free to try out the release candidate and provide your votes. A checklist for reference: https://cwiki.apache.org/confluence/display/INCUBATOR/Incubator+Release+Checklist Thanks, ------------------------------ Su Shuang (100pah) ------------------------------