Skip to content

Commit

Permalink
fix release-it before stage script
Browse files Browse the repository at this point in the history
  • Loading branch information
chaseadamsio committed May 19, 2019
1 parent 8c2534c commit 46518b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .release-it.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = {
"npx auto-changelog --stdout --commit-limit false -u --template ./release-it/changelog.hbs"
},
scripts: {
beforeStage: "npx auto-changelog -p"
beforeStage: "npx auto-changelog -p --template ./release-it/changelog.hbs"
},
plugins: {
"./release-it/version.js": {}
Expand Down

0 comments on commit 46518b1

Please sign in to comment.