UNPKG

267 BMarkdownView Raw
1# Contributing
2
3## Making changes
4
5* Use TDD
6* Update `CHANGELOG.md` when you make a significant change
7
8## Release process
9
10Update links in `CHANGELOG.md` and commit. Then:
11
12 npm version NEW_VERSION
13 npm publish --access public
14 git push && git push --tags