{ "hooks": { "before:init": [ "npm run lint", "npm run test-be", "cd frontend && npx gulp build-production" ], "before:release": [ "sh ./bin/deployBackend.sh", "cd frontend && npm run deploy-live", "sh ./bin/purgeCfCache.sh" ] }, "git": { "commitMessage": "chore: release v${version}", "requireCleanWorkingDir": false, "changelog": "node bin/buildChangelog.mjs" }, "github": { "release": true }, "npm": { "publish": false, "ignoreVersion": true }, "plugins": { "@csmith/release-it-calver-plugin": { "format": "yy.ww.minor", "increment": "calendar.minor" } } }