{ "commitMessage": "Update version to %s", "tagName": "v%s", "scripts": { "preupdate": "echo 'Running deploy process and bumping version'", "precommit": "npm run gulp", "postcommit": "git push origin master && git push --tags && npm publish", "postupdate": "echo 'Updated to version %s in manifest files'" } }