{
  "_": "CI will switch the release here to true",
  "github": { "release": false, "assets": "brew-distribution/*.zip" },
  "git": { "requireCleanWorkingDir": false },
  "buildCommand": "yarn package:x64; yarn package:arm64",
  "hooks": {
    "before:bump": "yarn declarations; yarn build:schemas",
    "after:release": "gh workflow run release.yml -f version=${version}",
    "_": "CI will remove the _ from both of the below lines",
    "_after:bump": "yarn package:x64; yarn package:arm64",
    "_after:release": "export VERSION=${version}; echo 'VERSION=${version}' >> $GITHUB_ENV"
  }
}
