Release Checklist Update version, tag, and publish git checkout main git pull origin npm run version (version number updates automatically and will print to console) git add . && git commit -m 'vA.B.C' git tag vA.B.C git push --tags npm publish