Skip to content

Commit

Permalink
housekeeping: update release-it config (swagger-api#6009)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-lai authored and mattyb678 committed Jun 24, 2020
1 parent 93568ff commit 5151bb5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions release/.release-it.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"scripts": {
"beforeBump": [
"hooks": {
"before:bump": [
"./release/check-for-breaking-changes.sh ${latestVersion} ${version}",
"npm update swagger-client",
"npm test"
],
"beforeStage": ["npm run build"],
"afterRelease": "export GIT_TAG=v${version} && echo GIT_TAG=v${version} > release/.version"
"after:bump": ["npm run build"],
"after:release": "export GIT_TAG=v${version} && echo GIT_TAG=v${version} > release/.version"
},
"git": {
"requireUpstream": false,
Expand Down

0 comments on commit 5151bb5

Please sign in to comment.