{ "git": { "tagName": "v${version}", "commit": false, "push": false }, "github": { "release": false }, "npm": { "publish": true }, "pkgFiles": ["package.json", "package-lock.json"], "scripts": { "afterBump": "git add . && git commit --amend --no-edit" } }