.release-it.json 143 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 { "git": { "changelog": "npm run lint" }, "hooks": { "before:git:release": ["npm run lint", "npm run tag"] } }