solana/web3.js/release-process.md

120 B

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

$ npm version patch
$ git push origin --tags