xmtp / libxmtp

MIT License
33 stars 13 forks source link

Update node bindings, add release workflow #819

Closed rygine closed 4 weeks ago

rygine commented 4 weeks ago

Summary

Notes

The new Release Node Bindings workflow will be triggered manually through the workflow_dispatch event after some initial prep work (i.e. update changelog and version number). The workflow will build the node bindings for all of our target platforms and upload them as artifacts. Once the builds are done, all the artifacts will be retrieved, put into the proper directory, and then published to the NPM registry.

This new workflow has been tested extensively.