Skip to content

Commit

Permalink
chore: move changelog command
Browse files Browse the repository at this point in the history
  • Loading branch information
francoischalifour committed Dec 7, 2019
1 parent 25b3524 commit 5313315
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 @@ -2,12 +2,12 @@
"increment": "conventional:angular",
"scripts": {
"beforeStart": "yarn run lint && yarn run test --colors && yarn run build && yarn run test:size && yarn run test:cypress",
"afterRelease": "yarn run release:examples",
"changelog": "yarn run changelog:update"
"afterRelease": "yarn run release:examples"
},
"git": {
"requireUpstream": false,
"requireCleanWorkingDir": false,
"commitMessage": "chore(release): %s"
"commitMessage": "chore(release): %s",
"changelog": "yarn run changelog:update"
}
}

0 comments on commit 5313315

Please sign in to comment.