Built motion from commit 10af8726.|2.6.34
[motion2.git] / legacy-libs / node-pre-gyp / contributing.md
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`