Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 267 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (9 loc) · 267 Bytes

Contributing

Making changes

  • Use TDD
  • Update CHANGELOG.md when you make a significant change

Release process

Update links in CHANGELOG.md and commit. Then:

npm version NEW_VERSION
npm publish --access public
git push && git push --tags