solana/web3.js/release-process.md

6 lines
120 B
Markdown

Releasing a new version of this module is accomplished by running:
```
$ npm version patch
$ git push origin --tags
```