You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by SHUANG SU <su...@gmail.com> on 2018/05/22 18:29:55 UTC

[VOTE] Release Apache ECharts 4.1.0.rc4

After removing the none source code files from 4.1.0.rc3, I am pleased to
be calling this vote for the release of Apache ECharts 4.1.0.rc4.

The release candidate to be voted over is available at:
https://dist.apache.org/repos/dist/dev/incubator/echarts/4.1.0.rc4/

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=02842e2

The Release Note is available in:
https://dist.apache.org/repos/dist/dev/incubator/echarts/4.1.0.rc4/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.1.0.rc4/apache-echarts-4.1.0.rc4-incubating-src.zip
-o apache-echarts-4.1.0.rc4-incubating-src.zip
unzip apache-echarts-4.1.0.rc4-incubating-src.zip -d
apache-echarts-4.1.0.rc4-incubating-src > /dev/null

# Build the project:
cd "apache-echarts-4.1.0.rc4-incubating-src" && npm install && cd ..
node "apache-echarts-4.1.0.rc4-incubating-src/build/build.js" --release
# (See help: `node "apache-echarts-4.1.0.rc4-incubating-src/build/build.js"
--help`)
```


Please vote on releasing this package as:
Apache ECharts 4.1.0.rc4

This vote will be open until "2018-05-25T19:25:25.418Z" and passes if a
majority
of at least three +1 Apache ECharts IPMC votes are cast.

[ ] +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.


------------------------------
 Su Shuang (100pah)
------------------------------

Re: [VOTE] Release Apache ECharts 4.1.0.rc4

Posted by 李木子 <an...@gmail.com>.
+1, It looks good to me. Binding.

2018-05-28 11:29 GMT+08:00 Wenli Zhang <ov...@gmail.com>:

> +1. Binding.
>
> Zhang Wenli
> http://zhangwenli.com
>
> On Fri, May 25, 2018 at 4:52 PM, Tan,Zhongyi <ta...@baidu.com> wrote:
>
> > +1
> >
> > 发自我的 iPhone
> >
> > > 在 2018年5月25日,16:38,Kevin A. McGrail <km...@apache.org> 写道:
> > >
> > > +1 from me as well. Binding.
> > >
> > >> On Thu, May 24, 2018, 23:37 Yi Shen <sh...@gmail.com> wrote:
> > >>
> > >> Hi,
> > >>
> > >> +1 (binding)
> > >>
> > >> Glad to see echarts is closer and closer to it's first apache release.
> > >>
> > >> SHUANG SU <su...@gmail.com> 于2018年5月23日周三 下午2:19写道:
> > >>
> > >>> OK.
> > >>> I've removed the md5 from the https://dist.apache.org/repos/
> > >>> dist/dev/incubator/echarts/4.1.0.rc4/.
> > >>>
> > >>>
> > >>> ------------------------------
> > >>> Su Shuang (100pah)
> > >>> ------------------------------
> > >>>
> > >>>
> > >>> 2018-05-23 3:59 GMT+08:00 Dave Fisher <da...@comcast.net>:
> > >>>
> > >>>> Hi -
> > >>>>
> > >>>> An MD5 should not be provided with new releases. Please see [1].
> This
> > >> is
> > >>> a
> > >>>> recent change. It is ok to simply delete the MD5 from the archive.
> > >>>>
> > >>>> Regards,
> > >>>> Dave
> > >>>>
> > >>>> [1] https://www.apache.org/dev/release-distribution.html#
> > sigs-and-sums
> > >>>>
> > >>>>
> > >>>> On May 22, 2018, at 11:29 AM, SHUANG SU <su...@gmail.com>
> > >> wrote:
> > >>>>
> > >>>> After removing the none source code files from 4.1.0.rc3, I am
> pleased
> > >> to
> > >>>> be calling this vote for the release of Apache ECharts 4.1.0.rc4.
> > >>>>
> > >>>> The release candidate to be voted over is available at:
> > >>>> https://dist.apache.org/repos/dist/dev/incubator/echarts/4.1.0.rc4/
> > >>>>
> > >>>> 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=02842e2
> > >>>>
> > >>>> The Release Note is available in:
> > >>>> https://dist.apache.org/repos/dist/dev/incubator/echarts/4.
> > >>>> 1.0.rc4/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.
> > >>>> 1.0.rc4/apache-echarts-4.1.0.rc4-incubating-src.zip
> > >>>> -o apache-echarts-4.1.0.rc4-incubating-src.zip
> > >>>> unzip apache-echarts-4.1.0.rc4-incubating-src.zip -d
> > >>>> apache-echarts-4.1.0.rc4-incubating-src > /dev/null
> > >>>>
> > >>>> # Build the project:
> > >>>> cd "apache-echarts-4.1.0.rc4-incubating-src" && npm install && cd
> ..
> > >>>> node "apache-echarts-4.1.0.rc4-incubating-src/build/build.js"
> > --release
> > >>>> # (See help: `node "apache-echarts-4.1.0.rc4-
> > >>>> incubating-src/build/build.js"
> > >>>> --help`)
> > >>>> ```
> > >>>>
> > >>>>
> > >>>> Please vote on releasing this package as:
> > >>>> Apache ECharts 4.1.0.rc4
> > >>>>
> > >>>> This vote will be open until "2018-05-25T19:25:25.418Z" and passes
> if
> > a
> > >>>> majority
> > >>>> of at least three +1 Apache ECharts IPMC votes are cast.
> > >>>>
> > >>>> [ ] +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.
> > >>>>
> > >>>>
> > >>>> ------------------------------
> > >>>> Su Shuang (100pah)
> > >>>> ------------------------------
> > >>>>
> > >>>>
> > >>>>
> > >>>
> > >>
> > >>
> > >> --
> > >> Yi Shen
> > >> Senior Developer
> > >> Baidu, Inc.
> > >>
> >
>

Re: [VOTE] Release Apache ECharts 4.1.0.rc4

Posted by Wenli Zhang <ov...@gmail.com>.
+1. Binding.

Zhang Wenli
http://zhangwenli.com

On Fri, May 25, 2018 at 4:52 PM, Tan,Zhongyi <ta...@baidu.com> wrote:

> +1
>
> 发自我的 iPhone
>
> > 在 2018年5月25日,16:38,Kevin A. McGrail <km...@apache.org> 写道:
> >
> > +1 from me as well. Binding.
> >
> >> On Thu, May 24, 2018, 23:37 Yi Shen <sh...@gmail.com> wrote:
> >>
> >> Hi,
> >>
> >> +1 (binding)
> >>
> >> Glad to see echarts is closer and closer to it's first apache release.
> >>
> >> SHUANG SU <su...@gmail.com> 于2018年5月23日周三 下午2:19写道:
> >>
> >>> OK.
> >>> I've removed the md5 from the https://dist.apache.org/repos/
> >>> dist/dev/incubator/echarts/4.1.0.rc4/.
> >>>
> >>>
> >>> ------------------------------
> >>> Su Shuang (100pah)
> >>> ------------------------------
> >>>
> >>>
> >>> 2018-05-23 3:59 GMT+08:00 Dave Fisher <da...@comcast.net>:
> >>>
> >>>> Hi -
> >>>>
> >>>> An MD5 should not be provided with new releases. Please see [1]. This
> >> is
> >>> a
> >>>> recent change. It is ok to simply delete the MD5 from the archive.
> >>>>
> >>>> Regards,
> >>>> Dave
> >>>>
> >>>> [1] https://www.apache.org/dev/release-distribution.html#
> sigs-and-sums
> >>>>
> >>>>
> >>>> On May 22, 2018, at 11:29 AM, SHUANG SU <su...@gmail.com>
> >> wrote:
> >>>>
> >>>> After removing the none source code files from 4.1.0.rc3, I am pleased
> >> to
> >>>> be calling this vote for the release of Apache ECharts 4.1.0.rc4.
> >>>>
> >>>> The release candidate to be voted over is available at:
> >>>> https://dist.apache.org/repos/dist/dev/incubator/echarts/4.1.0.rc4/
> >>>>
> >>>> 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=02842e2
> >>>>
> >>>> The Release Note is available in:
> >>>> https://dist.apache.org/repos/dist/dev/incubator/echarts/4.
> >>>> 1.0.rc4/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.
> >>>> 1.0.rc4/apache-echarts-4.1.0.rc4-incubating-src.zip
> >>>> -o apache-echarts-4.1.0.rc4-incubating-src.zip
> >>>> unzip apache-echarts-4.1.0.rc4-incubating-src.zip -d
> >>>> apache-echarts-4.1.0.rc4-incubating-src > /dev/null
> >>>>
> >>>> # Build the project:
> >>>> cd "apache-echarts-4.1.0.rc4-incubating-src" && npm install && cd ..
> >>>> node "apache-echarts-4.1.0.rc4-incubating-src/build/build.js"
> --release
> >>>> # (See help: `node "apache-echarts-4.1.0.rc4-
> >>>> incubating-src/build/build.js"
> >>>> --help`)
> >>>> ```
> >>>>
> >>>>
> >>>> Please vote on releasing this package as:
> >>>> Apache ECharts 4.1.0.rc4
> >>>>
> >>>> This vote will be open until "2018-05-25T19:25:25.418Z" and passes if
> a
> >>>> majority
> >>>> of at least three +1 Apache ECharts IPMC votes are cast.
> >>>>
> >>>> [ ] +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.
> >>>>
> >>>>
> >>>> ------------------------------
> >>>> Su Shuang (100pah)
> >>>> ------------------------------
> >>>>
> >>>>
> >>>>
> >>>
> >>
> >>
> >> --
> >> Yi Shen
> >> Senior Developer
> >> Baidu, Inc.
> >>
>

Re: [VOTE] Release Apache ECharts 4.1.0.rc4

Posted by "Tan,Zhongyi" <ta...@baidu.com>.
+1

发自我的 iPhone

> 在 2018年5月25日,16:38,Kevin A. McGrail <km...@apache.org> 写道:
> 
> +1 from me as well. Binding.
> 
>> On Thu, May 24, 2018, 23:37 Yi Shen <sh...@gmail.com> wrote:
>> 
>> Hi,
>> 
>> +1 (binding)
>> 
>> Glad to see echarts is closer and closer to it's first apache release.
>> 
>> SHUANG SU <su...@gmail.com> 于2018年5月23日周三 下午2:19写道:
>> 
>>> OK.
>>> I've removed the md5 from the https://dist.apache.org/repos/
>>> dist/dev/incubator/echarts/4.1.0.rc4/.
>>> 
>>> 
>>> ------------------------------
>>> Su Shuang (100pah)
>>> ------------------------------
>>> 
>>> 
>>> 2018-05-23 3:59 GMT+08:00 Dave Fisher <da...@comcast.net>:
>>> 
>>>> Hi -
>>>> 
>>>> An MD5 should not be provided with new releases. Please see [1]. This
>> is
>>> a
>>>> recent change. It is ok to simply delete the MD5 from the archive.
>>>> 
>>>> Regards,
>>>> Dave
>>>> 
>>>> [1] https://www.apache.org/dev/release-distribution.html#sigs-and-sums
>>>> 
>>>> 
>>>> On May 22, 2018, at 11:29 AM, SHUANG SU <su...@gmail.com>
>> wrote:
>>>> 
>>>> After removing the none source code files from 4.1.0.rc3, I am pleased
>> to
>>>> be calling this vote for the release of Apache ECharts 4.1.0.rc4.
>>>> 
>>>> The release candidate to be voted over is available at:
>>>> https://dist.apache.org/repos/dist/dev/incubator/echarts/4.1.0.rc4/
>>>> 
>>>> 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=02842e2
>>>> 
>>>> The Release Note is available in:
>>>> https://dist.apache.org/repos/dist/dev/incubator/echarts/4.
>>>> 1.0.rc4/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.
>>>> 1.0.rc4/apache-echarts-4.1.0.rc4-incubating-src.zip
>>>> -o apache-echarts-4.1.0.rc4-incubating-src.zip
>>>> unzip apache-echarts-4.1.0.rc4-incubating-src.zip -d
>>>> apache-echarts-4.1.0.rc4-incubating-src > /dev/null
>>>> 
>>>> # Build the project:
>>>> cd "apache-echarts-4.1.0.rc4-incubating-src" && npm install && cd ..
>>>> node "apache-echarts-4.1.0.rc4-incubating-src/build/build.js" --release
>>>> # (See help: `node "apache-echarts-4.1.0.rc4-
>>>> incubating-src/build/build.js"
>>>> --help`)
>>>> ```
>>>> 
>>>> 
>>>> Please vote on releasing this package as:
>>>> Apache ECharts 4.1.0.rc4
>>>> 
>>>> This vote will be open until "2018-05-25T19:25:25.418Z" and passes if a
>>>> majority
>>>> of at least three +1 Apache ECharts IPMC votes are cast.
>>>> 
>>>> [ ] +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.
>>>> 
>>>> 
>>>> ------------------------------
>>>> Su Shuang (100pah)
>>>> ------------------------------
>>>> 
>>>> 
>>>> 
>>> 
>> 
>> 
>> --
>> Yi Shen
>> Senior Developer
>> Baidu, Inc.
>> 

Re: [VOTE] Release Apache ECharts 4.1.0.rc4

Posted by "Kevin A. McGrail" <km...@apache.org>.
+1 from me as well. Binding.

On Thu, May 24, 2018, 23:37 Yi Shen <sh...@gmail.com> wrote:

> Hi,
>
> +1 (binding)
>
> Glad to see echarts is closer and closer to it's first apache release.
>
> SHUANG SU <su...@gmail.com> 于2018年5月23日周三 下午2:19写道:
>
> > OK.
> > I've removed the md5 from the https://dist.apache.org/repos/
> > dist/dev/incubator/echarts/4.1.0.rc4/.
> >
> >
> > ------------------------------
> >  Su Shuang (100pah)
> > ------------------------------
> >
> >
> > 2018-05-23 3:59 GMT+08:00 Dave Fisher <da...@comcast.net>:
> >
> > > Hi -
> > >
> > > An MD5 should not be provided with new releases. Please see [1]. This
> is
> > a
> > > recent change. It is ok to simply delete the MD5 from the archive.
> > >
> > > Regards,
> > > Dave
> > >
> > > [1] https://www.apache.org/dev/release-distribution.html#sigs-and-sums
> > >
> > >
> > > On May 22, 2018, at 11:29 AM, SHUANG SU <su...@gmail.com>
> wrote:
> > >
> > > After removing the none source code files from 4.1.0.rc3, I am pleased
> to
> > > be calling this vote for the release of Apache ECharts 4.1.0.rc4.
> > >
> > > The release candidate to be voted over is available at:
> > > https://dist.apache.org/repos/dist/dev/incubator/echarts/4.1.0.rc4/
> > >
> > > 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=02842e2
> > >
> > > The Release Note is available in:
> > > https://dist.apache.org/repos/dist/dev/incubator/echarts/4.
> > > 1.0.rc4/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.
> > > 1.0.rc4/apache-echarts-4.1.0.rc4-incubating-src.zip
> > > -o apache-echarts-4.1.0.rc4-incubating-src.zip
> > > unzip apache-echarts-4.1.0.rc4-incubating-src.zip -d
> > > apache-echarts-4.1.0.rc4-incubating-src > /dev/null
> > >
> > > # Build the project:
> > > cd "apache-echarts-4.1.0.rc4-incubating-src" && npm install && cd ..
> > > node "apache-echarts-4.1.0.rc4-incubating-src/build/build.js" --release
> > > # (See help: `node "apache-echarts-4.1.0.rc4-
> > > incubating-src/build/build.js"
> > > --help`)
> > > ```
> > >
> > >
> > > Please vote on releasing this package as:
> > > Apache ECharts 4.1.0.rc4
> > >
> > > This vote will be open until "2018-05-25T19:25:25.418Z" and passes if a
> > > majority
> > > of at least three +1 Apache ECharts IPMC votes are cast.
> > >
> > > [ ] +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.
> > >
> > >
> > > ------------------------------
> > > Su Shuang (100pah)
> > > ------------------------------
> > >
> > >
> > >
> >
>
>
> --
> Yi Shen
> Senior Developer
> Baidu, Inc.
>

Re: [VOTE] Release Apache ECharts 4.1.0.rc4

Posted by Yi Shen <sh...@gmail.com>.
Hi,

+1 (binding)

Glad to see echarts is closer and closer to it's first apache release.

SHUANG SU <su...@gmail.com> 于2018年5月23日周三 下午2:19写道:

> OK.
> I've removed the md5 from the https://dist.apache.org/repos/
> dist/dev/incubator/echarts/4.1.0.rc4/.
>
>
> ------------------------------
>  Su Shuang (100pah)
> ------------------------------
>
>
> 2018-05-23 3:59 GMT+08:00 Dave Fisher <da...@comcast.net>:
>
> > Hi -
> >
> > An MD5 should not be provided with new releases. Please see [1]. This is
> a
> > recent change. It is ok to simply delete the MD5 from the archive.
> >
> > Regards,
> > Dave
> >
> > [1] https://www.apache.org/dev/release-distribution.html#sigs-and-sums
> >
> >
> > On May 22, 2018, at 11:29 AM, SHUANG SU <su...@gmail.com> wrote:
> >
> > After removing the none source code files from 4.1.0.rc3, I am pleased to
> > be calling this vote for the release of Apache ECharts 4.1.0.rc4.
> >
> > The release candidate to be voted over is available at:
> > https://dist.apache.org/repos/dist/dev/incubator/echarts/4.1.0.rc4/
> >
> > 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=02842e2
> >
> > The Release Note is available in:
> > https://dist.apache.org/repos/dist/dev/incubator/echarts/4.
> > 1.0.rc4/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.
> > 1.0.rc4/apache-echarts-4.1.0.rc4-incubating-src.zip
> > -o apache-echarts-4.1.0.rc4-incubating-src.zip
> > unzip apache-echarts-4.1.0.rc4-incubating-src.zip -d
> > apache-echarts-4.1.0.rc4-incubating-src > /dev/null
> >
> > # Build the project:
> > cd "apache-echarts-4.1.0.rc4-incubating-src" && npm install && cd ..
> > node "apache-echarts-4.1.0.rc4-incubating-src/build/build.js" --release
> > # (See help: `node "apache-echarts-4.1.0.rc4-
> > incubating-src/build/build.js"
> > --help`)
> > ```
> >
> >
> > Please vote on releasing this package as:
> > Apache ECharts 4.1.0.rc4
> >
> > This vote will be open until "2018-05-25T19:25:25.418Z" and passes if a
> > majority
> > of at least three +1 Apache ECharts IPMC votes are cast.
> >
> > [ ] +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.
> >
> >
> > ------------------------------
> > Su Shuang (100pah)
> > ------------------------------
> >
> >
> >
>


-- 
Yi Shen
Senior Developer
Baidu, Inc.

Re: [VOTE] Release Apache ECharts 4.1.0.rc4

Posted by SHUANG SU <su...@gmail.com>.
OK.
I've removed the md5 from the https://dist.apache.org/repos/
dist/dev/incubator/echarts/4.1.0.rc4/.


------------------------------
 Su Shuang (100pah)
------------------------------


2018-05-23 3:59 GMT+08:00 Dave Fisher <da...@comcast.net>:

> Hi -
>
> An MD5 should not be provided with new releases. Please see [1]. This is a
> recent change. It is ok to simply delete the MD5 from the archive.
>
> Regards,
> Dave
>
> [1] https://www.apache.org/dev/release-distribution.html#sigs-and-sums
>
>
> On May 22, 2018, at 11:29 AM, SHUANG SU <su...@gmail.com> wrote:
>
> After removing the none source code files from 4.1.0.rc3, I am pleased to
> be calling this vote for the release of Apache ECharts 4.1.0.rc4.
>
> The release candidate to be voted over is available at:
> https://dist.apache.org/repos/dist/dev/incubator/echarts/4.1.0.rc4/
>
> 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=02842e2
>
> The Release Note is available in:
> https://dist.apache.org/repos/dist/dev/incubator/echarts/4.
> 1.0.rc4/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.
> 1.0.rc4/apache-echarts-4.1.0.rc4-incubating-src.zip
> -o apache-echarts-4.1.0.rc4-incubating-src.zip
> unzip apache-echarts-4.1.0.rc4-incubating-src.zip -d
> apache-echarts-4.1.0.rc4-incubating-src > /dev/null
>
> # Build the project:
> cd "apache-echarts-4.1.0.rc4-incubating-src" && npm install && cd ..
> node "apache-echarts-4.1.0.rc4-incubating-src/build/build.js" --release
> # (See help: `node "apache-echarts-4.1.0.rc4-
> incubating-src/build/build.js"
> --help`)
> ```
>
>
> Please vote on releasing this package as:
> Apache ECharts 4.1.0.rc4
>
> This vote will be open until "2018-05-25T19:25:25.418Z" and passes if a
> majority
> of at least three +1 Apache ECharts IPMC votes are cast.
>
> [ ] +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.
>
>
> ------------------------------
> Su Shuang (100pah)
> ------------------------------
>
>
>

Re: [VOTE] Release Apache ECharts 4.1.0.rc4

Posted by Dave Fisher <da...@comcast.net>.
Hi -

An MD5 should not be provided with new releases. Please see [1]. This is a recent change. It is ok to simply delete the MD5 from the archive.

Regards,
Dave

[1] https://www.apache.org/dev/release-distribution.html#sigs-and-sums <https://www.apache.org/dev/release-distribution.html#sigs-and-sums>


> On May 22, 2018, at 11:29 AM, SHUANG SU <su...@gmail.com> wrote:
> 
> After removing the none source code files from 4.1.0.rc3, I am pleased to
> be calling this vote for the release of Apache ECharts 4.1.0.rc4.
> 
> The release candidate to be voted over is available at:
> https://dist.apache.org/repos/dist/dev/incubator/echarts/4.1.0.rc4/
> 
> 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=02842e2
> 
> The Release Note is available in:
> https://dist.apache.org/repos/dist/dev/incubator/echarts/4.1.0.rc4/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.1.0.rc4/apache-echarts-4.1.0.rc4-incubating-src.zip
> -o apache-echarts-4.1.0.rc4-incubating-src.zip
> unzip apache-echarts-4.1.0.rc4-incubating-src.zip -d
> apache-echarts-4.1.0.rc4-incubating-src > /dev/null
> 
> # Build the project:
> cd "apache-echarts-4.1.0.rc4-incubating-src" && npm install && cd ..
> node "apache-echarts-4.1.0.rc4-incubating-src/build/build.js" --release
> # (See help: `node "apache-echarts-4.1.0.rc4-incubating-src/build/build.js"
> --help`)
> ```
> 
> 
> Please vote on releasing this package as:
> Apache ECharts 4.1.0.rc4
> 
> This vote will be open until "2018-05-25T19:25:25.418Z" and passes if a
> majority
> of at least three +1 Apache ECharts IPMC votes are cast.
> 
> [ ] +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.
> 
> 
> ------------------------------
> Su Shuang (100pah)
> ------------------------------