UNPKG

288 BMarkdownView Raw
1# Contributing
2
3
4### Releasing a new version:
5
6- Ensure tests are passing on travis and appveyor
7- Run `node scripts/abi_crosswalk.js` and commit any changes
8- Update the changelog
9- Tag a new release like: `git tag -a v0.6.34 -m "tagging v0.6.34" && git push --tags`
10- Run `npm publish`