Skip to content

Commit

Permalink
Merge pull request apache#14062 from apache/release
Browse files Browse the repository at this point in the history
Merge release 5.0.1 to master
  • Loading branch information
100pah authored Jan 18, 2021
2 parents 68621c5 + f9896f0 commit 0e07109
Show file tree
Hide file tree
Showing 24 changed files with 201,543 additions and 209,446 deletions.
12 changes: 0 additions & 12 deletions DISCLAIMER

This file was deleted.

4 changes: 2 additions & 2 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Apache ECharts (incubating)
Copyright 2017-2020 The Apache Software Foundation
Apache ECharts
Copyright 2017-2021 The Apache Software Foundation

This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
4 changes: 0 additions & 4 deletions build/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ async function run() {
'',
' For example:',
'',
egIndent + 'node build/build.js --release'
+ '\n' + descIndent + '# Build all to `dist` folder.',
egIndent + 'node build/build.js --prepublish'
+ '\n' + descIndent + '# Only prepublish.',
egIndent + 'node build/build.js --type ""'
Expand All @@ -60,8 +58,6 @@ async function run() {
+ '\n' + descIndent + '# Only generate `dist/echarts.common.min.js`.',
egIndent + 'node build/build.js --type simple --min'
+ '\n' + descIndent + '# Only generate `dist/echarts-en.simple.min.js`.',
egIndent + 'node build/build.js -i "my/index.js" -o "my/bundle.js"'
+ '\n' + descIndent + '# Take `<cwd>/my/index.js` as input and generate `<cwd>/my/bundle.js`,'
].join('\n'))
.option(
'--prepublish',
Expand Down
Loading

0 comments on commit 0e07109

Please sign in to comment.