Skip to content

Commit

Permalink
Update release it json
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Apr 2, 2020
1 parent 94475c3 commit 297a254
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
},
"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"
"before:init": "VERSION=${version} yarn ts-node scripts/update-changelog.ts",
"before:bump": "yarn declarations; yarn build:schemas",
"after:release": "VERSION=${version} scripts/create-homebrew-tap-pr.sh"
}
}

0 comments on commit 297a254

Please sign in to comment.