GT2/GT2-iOS/node_modules/analytics-node/RELEASING.md
2018-02-12 17:26:06 +00:00

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.