1 2 3 4 5 6 7 8 9 10{ "git": { "commitMessage": "chore: release ${version}", "tagName": "v${version}" }, "npm": { "publish": true } }
1 2 3 4 5 6 7 8 9 10
{ "git": { "commitMessage": "chore: release ${version}", "tagName": "v${version}" }, "npm": { "publish": true } }