You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.
Make sure npm test and npm run lint are passing without errors.
Make sure all new features and APIs introduced in the release are documented.
Increment version in package.json
Add entry in CHANGELOG.md. Header of the entry should have format ## VERSION.NUMBER - YEAR-MONTH-DAY. Each entry must be credited with github username of the patch author. Entries must be sorted in order:
Potentially breaking changes
New features
Bugfixes
Other changes
Commit the changes and tag the release. Use annotated git tags (git tag -a).
Push the changes and the tag into the repo and wait for TravisCI build to finish. npm package
will be published automatically, there is no need to call npm publish.