Release Process Adapted from "Standard" Release Process described here. Safety Checks git pull git status npm ci npm test Prepare the release npm run build Update the version number npm version [patch|minor|major] Publish to npm npm publish --access=public git push git push --tags