0.0.8 • Published 3 years ago
@heavyai/heavydb-thrift-ts-bindings v0.0.8
heavydb-thrift-ts-bindings
HeavyDB Thrift TypeScript bindings
How to update bindings
- Install+start docker
npm cinpm run updateLib
How to publish package to NPM
- Cut a release branch off latest
master:git checkout -b releases/[semver] npm version [major|minor|patch]git push origin <release branch name> && git push origin --tagsnpm publish(This command will fail if you don't have write access to https://www.npmjs.com/package/@omnisci/omniscidb-thrift-ts-bindings)- Open a PR to merge the release branch
- Create a new GitHub Release off of the new tag the
npm versioncommand above produced.