This is an automated email from the ASF dual-hosted git repository. wangzx pushed a commit to branch update-keys-materials in repository https://gitbox.apache.org/repos/asf/echarts.git
commit c17df2da82a78a7598f4b5babfc07dd1b5ca4cff Author: plainheart <[email protected]> AuthorDate: Fri Apr 1 13:58:32 2022 +0800 chore: add NPM install link to vote-release template. --- build/source-release/template/vote-release.tpl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build/source-release/template/vote-release.tpl b/build/source-release/template/vote-release.tpl index 7ab367a..f44b25d 100755 --- a/build/source-release/template/vote-release.tpl +++ b/build/source-release/template/vote-release.tpl @@ -6,7 +6,7 @@ [email protected] [VOTE] Release {{ECHARTS_RELEASE_VERSION_FULL_NAME}} ----------------------------------------------------------- -Dear community +Dear community, We are pleased to be calling this vote for the release of {{ECHARTS_RELEASE_VERSION_FULL_NAME}}. @@ -25,6 +25,10 @@ https://dist.apache.org/repos/dist/dev/echarts/{{ECHARTS_RELEASE_VERSION}}/RELEA Build Guide: https://github.com/apache/echarts/blob/{{ECHARTS_RELEASE_VERSION}}/README.md#build +NPM Install: +npm i echarts@{{ECHARTS_RELEASE_VERSION}} +https://www.npmjs.com/package/echarts/v/{{ECHARTS_RELEASE_VERSION}} + Please vote on releasing this package as: {{ECHARTS_RELEASE_VERSION_FULL_NAME}} by "{{VOTE_UNTIL}}". --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
