UNPKG

593 BJSONView Raw
1{
2 "_": "CI will switch the release here to true",
3 "github": { "release": false, "assets": "brew-distribution/*.zip" },
4 "git": { "requireCleanWorkingDir": false },
5 "buildCommand": "yarn package:x64; yarn package:arm64",
6 "hooks": {
7 "before:bump": "yarn declarations; yarn build:schemas",
8 "after:release": "gh workflow run release.yml -f version=${version}",
9 "_": "CI will remove the _ from both of the below lines",
10 "_after:bump": "yarn package:x64; yarn package:arm64",
11 "_after:release": "export VERSION=${version}; echo 'VERSION=${version}' >> $GITHUB_ENV"
12 }
13}