{ "commitMessage": "%s", "tagName": "v%s", "scripts": { "preupdate": "echo 'Bumping version and running tests'", "precommit": "npm test", "postcommit": "git push && git push --tags && npm publish", "postupdate": "echo 'Updated to version %s in manifest files'" } }