solana/web3.js/release-process.md

6 lines
120 B
Markdown
Raw Normal View History

2018-08-22 14:46:09 -07:00
Releasing a new version of this module is accomplished by running:
```
$ npm version patch
$ git push origin --tags
```