solana/web3.js/release-process.md
2020-06-14 21:57:04 -07:00

120 B

Releasing a new version of this module is accomplished by running:

$ npm version patch
$ git push origin --tags