GT2/GT2-Android/node_modules/analytics-node/RELEASING.md

305 B

Releasing

To cut a release, do:

$ git changelog --tag <version>
$ vim package.json # update ".version"
$ git release <version>

Where <version> represents a valid semver version number.

CircleCI will handle rebuilding analytics-node.js and publishing to npm for you.