{ "hooks": { "before:init": ["pnpm lint", "pnpm run typecheck"] }, "git": { "commitMessage": "chore: release v${version}", "commit": true, "tag": true, "push": true }, "github": { "release": true }, "npm": { "publish": false } }