This website works better with JavaScript
Home
Explore
Help
Sign In
CocoRoboLabs
/
CocoRoboDesktop
Watch
3
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
4242aa6063
Branches
Tags
English
HK
alpha
beta
master
master_en
sz
CocoRoboDesk...
/
pdf1.js
/
node_modules
/
@mapbox
/
node-pre-gyp
/
contributing.md
contributing.md
288 B
History
Raw
Contributing
Releasing a new version:
Ensure tests are passing on travis and appveyor
Run
node scripts/abi_crosswalk.js
and commit any changes
Update the changelog
Tag a new release like:
git tag -a v0.6.34 -m "tagging v0.6.34" && git push --tags
Run
npm publish