Versions Compared

Key

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

...

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)