Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 652 Bytes

CONTRIBUTING.md

File metadata and controls

30 lines (19 loc) · 652 Bytes

Contributing

PR's welcome:

https://github.com/trycourier/courier-node

Testing

yarn lint && yarn test

Code Style/Formatting

yarn format

Releasing New Versions

https://www.npmjs.com/package/@trycourier/courier

Make sure you have incremented the version string in package.json to your new version string, hereafter referred to as <VERSION> and merged that commit. Then:

git tag -a v<VERSION> -m v<VERSION>
git push origin v<VERSION>

Note: We use NPM Automation token (https://docs.npmjs.com/creating-and-viewing-access-tokens) to publish the package. The token exists in Circle CI environment.