A lightweight wrapper for the Church Community Builder API
Use mversion to easily release a new version.
npm i -g mversion
# mversion [ major | minor | patch ]
mversion minor
This will:
- run the tests
- update
package.json
- add a commit and git tag
- push the current branch
- push git tags
- release on NPM