Release process # ensure working copy is up to date $ git pull Up to date # bump version $ npm version x.y.z vx.y.z # push to git $ git push main vx.y.z GitHub workflow will take care of the rest.