[ 
https://issues.apache.org/jira/browse/ARROW-1577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16262721#comment-16262721
 ] 

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-346371702
 
 
   In
    
   ```
   # available at either
   npm install apache-arrow@0.1.3
   # or 
   npm install apache-arrow@v0.8.0
   ```
   
   I am concerned this might confuse more than help. As long as two 
implementations are using the same metadata version (e.g. V4), then the older 
metadata is supposed to be forward compatible. So an older JS version that uses 
V4 would be compatible with versions of the other Arrow libraries other than 
0.8.0. Is there somewhere else where we can document the version 
cross-compatibility?

----------------------------------------------------------------
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:
us...@infra.apache.org


> [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)

Reply via email to