1 2 3 4 5 6 7 8 9 10 11{ "$schema": "https://unpkg.com/release-it@17/schema/release-it.json", "plugins": { "release-it-pnpm": {} }, "git": { "commitMessage": "chore: release v${version}", "tagName": "v${version}" } }
1 2 3 4 5 6 7 8 9 10 11
{ "$schema": "https://unpkg.com/release-it@17/schema/release-it.json", "plugins": { "release-it-pnpm": {} }, "git": { "commitMessage": "chore: release v${version}", "tagName": "v${version}" } }