Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

After release vote, rebase master on release branch "release-0_1_0_rc0".

Also publish the release in SVN:

Code Block
svn co https://dist.apache.org/repos/dist/dev/arrow arrow-dev
svn co https://dist.apache.org/repos/dist/release/arrow arrow-release
cp -ap arrow-dev/apache-arrow-js-X.Y.Z-rc$RC_NUM arrow-release/arrow-js-X.Y.Z
cd arrow-release
svn add arrow-js-X.Y.Z
svn commit -m "Apache Arrow JS X.Y.Z"


In order to publish the binary build to npm you will need to get access to the project by asking one of the current collaborators listed at https://www.npmjs.com/package/apache-arrow

...