- git checkout master
- npm install
- npm run test
- Update CHANGELOG
- Update version number in
package.json
- npm run docs
- git add .
- git commit -m 'vA.B.C'
- git tag vA.B.C
- git push origin master vA.B.C
- npm publish
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.