{ "github": { "release": true, "assets": "brew-distribution/*.zip" }, "buildCommand": "yarn package", "scripts": { "beforeStart": "VERSION=${version} yarn ts-node scripts/update-changelog.ts", "beforeBump": "yarn declarations; yarn build:schemas", "afterRelease": "VERSION=${version} scripts/create-homebrew-tap-pr.sh" } }