PR's welcome:
https://github.com/trycourier/courier-node
yarn lint && yarn test
yarn format
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.