Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 256 Bytes

RELEASE.md

File metadata and controls

12 lines (7 loc) · 256 Bytes

BlockTrail NodeJS SDK Release Process

  • git submodule update --init --recursive

  • grunt build

  • git commit -m "build for release" build/

  • npm version "major|minor|patch|prerelease"

  • npm publish