Currently this is a manual process.
- Are there changes to the public API? Have they been documented in the wiki?
- Increment package.json version
npm run-script testnpm run-script cleannpm run-script buildgit commit -am "*.*.* Release Prep"git tag -am "*.*.* Release" *.*.*git pushgit push origin *.*.*npm publish- Update release notes on Github