Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Latest commit

 

History

History
26 lines (18 loc) · 522 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 522 Bytes

ccb-node

Build Status npm version

A lightweight wrapper for the Church Community Builder API

Releasing

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