Skip to content
This repository was archived by the owner on Sep 15, 2022. It is now read-only.

Latest commit

 

History

History
20 lines (19 loc) · 748 Bytes

File metadata and controls

20 lines (19 loc) · 748 Bytes

To Create A New Release

Steps:

  1. On a debian docker image using the version of node you want. Then:
    1. npm install hummus # Install hummus
    2. vi package.json # Update the hummus version
    3. npm install
  2. Copy the hummus.node file to this repo
    1. cp node_modules/hummus/binding/hummus.node binding/hummus.node
  3. Zip it up
    1. cd binding/
    2. rm hummus.node.zip # Remove the old one, if it exists
    3. zip a hummus.node.zip hummus.node
  4. Delete the unzipped version
    1. rm hummus.node
  5. Update package.json with the new version info
  6. Publish it
    1. npm publish
  7. Commit and push your changes
  8. Create a new release on GitHub