- git checkout main
- npm install && npm run test
- Update
CHANGELOG.md
- Update version number in
package.json
- git add .
- git commit -m 'vA.B.C'
- git tag vA.B.C
- git push origin main vA.B.C
- npm publish
This repository has been archived by the owner on Nov 21, 2022. It is now read-only.