This document contains instructions to publish dgraph-js-http to npm.
- Bump version by modifying the
version
field inpackage.json
file - If necessary, regenerate protobufs by runnings
bash generate_proto.sh
- Run
npm install
to update the version inpackage-lock.json
file - Update changelog
- Commit these changes
- Publish github release notes (specify version tag upon publish)
- Run
cd-dgraph-js
workflow (input: version tag)