Thanks for contributing!
$ yarn run check
Before opening a PR make sure to run:
$ yarn build
and commit relevant changes (like TOC updates to .md
docs).
Only for project administrators.
- Update
CHANGELOG.md
, following format for previous versions - Commit as "Changes for version VERSION"
- Run
npm version patch
(orminor|major|VERSION
) to run tests and lint, build published directories, then updatepackage.json
+ add a git tag. - Run
npm publish
and publish to NPM if all is well. - Run
git push && git push --tags