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

14 lines
305 B
Markdown

# Releasing
To cut a release, do:
```
$ git changelog --tag <version>
$ vim package.json # update ".version"
$ git release <version>
```
Where `<version>` represents a valid [semver](http://semver.org) version number.
CircleCI will handle rebuilding `analytics-node.js` and publishing to npm for you.