@cala/ts-lib
v1.8.0
Published
CALA Typescript Library
Downloads
57
Keywords
Readme
ts-lib
CALA Typescript Library
Deployment
The master branch must be manually published to npmjs.
Branch | URL | Build Status
------ | --- | ------------
master | https://www.npmjs.com/package/@cala/ts-lib |
To tag off and release a new version to production, run the release script:
$ ./bin/release patch # 0.0.x - bug fixes
$ ./bin/release minor # 0.x.0 - new features or changes
$ ./bin/release major # x.0.0 - large, backwards-incompatible changes