kou opened a new pull request, #137:
URL: https://github.com/apache/arrow-js/pull/137

   ## What's Changed
   
   This is based on the release scripts used by apache/arrow-java:
   https://github.com/apache/arrow-java/tree/main/dev/release
   
   Here is the release workflow:
   
   1. Bump version in `package.json`
   2. Run `dev/release/release_rc.sh 1`
       1. This push `vX.Y.Z-rc1` tag
       2. The tag push runs GitHub Actions workflow for RC that:
           1. Generates source archive and packages for  https://www.npmjs.com/
           2. Verifies these artifacts
           3. Creates a GitHub Release for the RC and uploads these artifacts 
to the GitHub Release
       3. This downloads these artifacts from the GitHub Release
       4. This signs these artifacts on local and upload these signs to the 
GitHub Release
       5. This shows vote e-mail template
   3. Start a vote on `[email protected]`
   4. Run `dev/release/release.sh 1` after the vote carried
      1. This push `vX.Y.Z`tag
      2. The tag push runs GitHub Actions workflow for release that:
         1. Creates a GitHub Release for the release and copies all artifacts 
from the GitHub Release for the RC
      3. This uploads the voted source archive to 
https://dist.apache.org/repos/dist/release/arrow/
      4. This removes old releases from 
https://dist.apache.org/repos/dist/release/arrow/
      5. This publishes the voted packages to https://www.npmjs.com/
   5. Add the release to ASF's report database: 
https://reporter.apache.org/addrelease.html?arrow
   
   See also the added `dev/release/README.md`.
   
   Closes #9.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to