Thanks for contributing!
$ yarn lint
$ yarn test
# ... or all together ...
$ yarn run check
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