npm version _____
(note semver for deciding if major/minor/patch)git push
(orgit push upstream master
)git push --tags
(orgit push upstream master --tags
)- Update the GitHub release documentation.
- After the tests run successfully, publish to npm:
npm logout
npm login
npm pubish
- Verify that the new version is correctly published to npm
This repository has been archived by the owner on May 23, 2022. It is now read-only.