Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 316 Bytes

CONTRIBUTING.md

File metadata and controls

8 lines (6 loc) · 316 Bytes

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