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".

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

When you have access you can publish releases to npm by running the npm-release.sh script inside the JS source release:

Code Block
# Download the target source archive
wget http://www-us.apache.org/dist/arrow/arrow-X.Y.Z/apache-arrow-X.Y.Z.tar.gz

# Extract the source archive
tar xf apache-arrow-X.Y.Z.tar.gz

# Run "npm-release.sh" (note you will need npm installed to run this script)
(cd apache-arrow-X.Y.Z && ./npm-release.sh