[
https://issues.apache.org/jira/browse/ARROW-1577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16263338#comment-16263338
]
ASF GitHub Bot commented on ARROW-1577:
---------------------------------------
wesm commented on issue #1346: ARROW-1577: [JS] add ASF release scripts
URL: https://github.com/apache/arrow/pull/1346#issuecomment-346471395
```
$ dev/release/js-source-release.sh 0.2.0 0
Preparing source for tag apache-arrow-js-0.2.0
> [email protected] postinstall
/home/wesm/code/arrow/js/node_modules/webpack/node_modules/uglifyjs-webpack-plugin
> node lib/post_install.js
npm WARN [email protected] requires a peer of [email protected] but
none is installed. You must install peer dependencies yourself.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected]
(node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for
[email protected]: wanted {"os":"darwin","arch":"any"} (current:
{"os":"linux","arch":"x64"})
added 1269 packages in 22.642s
v0.2.0
> [email protected] version /home/wesm/code/arrow/js
> npm install && npm run clean:all
npm WARN [email protected] requires a peer of [email protected] but
none is installed. You must install peer dependencies yourself.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected]
(node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for
[email protected]: wanted {"os":"darwin","arch":"any"} (current:
{"os":"linux","arch":"x64"})
added 116 packages in 4.871s
> [email protected] clean:all /home/wesm/code/arrow/js
> run-p clean clean:testdata
> [email protected] clean /home/wesm/code/arrow/js
> gulp clean
> [email protected] clean:testdata /home/wesm/code/arrow/js
> gulp clean:testdata
[15:59:12] Using gulpfile ~/code/arrow/js/gulpfile.js
[15:59:12] Using gulpfile ~/code/arrow/js/gulpfile.js
[15:59:12] Starting 'clean:testdata'...
[15:59:12] Starting 'clean'...
[15:59:12] Starting 'clean:ts'...
[15:59:12] Starting 'clean:apache-arrow'...
[15:59:12] Starting 'clean:es5:cjs'...
[15:59:12] Starting 'clean:es2015:cjs'...
[15:59:12] Starting 'clean:esnext:cjs'...
[15:59:12] Starting 'clean:es5:esm'...
[15:59:12] Starting 'clean:es2015:esm'...
[15:59:12] Starting 'clean:esnext:esm'...
[15:59:12] Starting 'clean:es5:cls'...
[15:59:12] Starting 'clean:es2015:cls'...
[15:59:12] Starting 'clean:esnext:cls'...
[15:59:12] Starting 'clean:es5:umd'...
[15:59:12] Starting 'clean:es2015:umd'...
[15:59:12] Starting 'clean:esnext:umd'...
[15:59:12] Finished 'clean:testdata' after 5.41 ms
[15:59:12] Finished 'clean:ts' after 10 ms
[15:59:12] Finished 'clean:apache-arrow' after 11 ms
[15:59:12] Finished 'clean:es5:cjs' after 11 ms
[15:59:12] Finished 'clean:es2015:cjs' after 11 ms
[15:59:12] Finished 'clean:esnext:cjs' after 11 ms
[15:59:12] Finished 'clean:es5:esm' after 14 ms
[15:59:12] Finished 'clean:es2015:esm' after 14 ms
[15:59:12] Finished 'clean:esnext:esm' after 14 ms
[15:59:12] Finished 'clean:es5:cls' after 14 ms
[15:59:12] Finished 'clean:es2015:cls' after 14 ms
[15:59:12] Finished 'clean:esnext:cls' after 14 ms
[15:59:12] Finished 'clean:es5:umd' after 14 ms
[15:59:12] Finished 'clean:es2015:umd' after 14 ms
[15:59:12] Finished 'clean:esnext:umd' after 14 ms
[15:59:12] Finished 'clean' after 17 ms
Cannot continue: unknown git tag: apache-arrow-js-0.2.0
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> [JS] Package release script for NPM modules
> -------------------------------------------
>
> Key: ARROW-1577
> URL: https://issues.apache.org/jira/browse/ARROW-1577
> Project: Apache Arrow
> Issue Type: New Feature
> Components: JavaScript
> Affects Versions: 0.8.0
> Reporter: Wes McKinney
> Assignee: Paul Taylor
> Labels: pull-request-available
> Fix For: 0.8.0
>
>
> Since the NPM JavaScript module may wish to release more frequently than the
> main Arrow "monorepo", we should create a script to produce signed NPM
> artifacts to use for voting:
> * Update metadata for new version
> * Run unit tests
> * Create package tarballs with NPM
> * GPG sign and create md5 and sha512 checksum files
> * Upload to Apache dev SVN
> i.e. like
> https://github.com/apache/arrow/blob/master/dev/release/02-source.sh, but
> only for JavaScript.
> We will also want to write instructions for Arrow developers to verify the
> tarballs to streamline the release votes
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)