heavydb-thrift-ts-bindings
HeavyDB Thrift TypeScript bindings
How to update bindings
- Install+start docker
npm ci
npm 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 --tags
-
npm 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 version
command above produced.