Files
bull/CONTRIBUTING.md
T
2015-02-04 08:52:05 +00:00

316 B

Release process

First, update CHANGELOG.md with the release number about to be released.

npm outdated --depth 0          # See if you can upgrade any dependencies
npm version [major|minor|patch] # Update package.json
npm publish                     # Tag repo and publish npm package