Skip to content

Commit

Permalink
Start using automated CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bravo-kernel committed Aug 24, 2019
1 parent 27771d8 commit ec0c345
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Expand Up @@ -159,7 +159,11 @@
},
"release-it": {
"github": {
"release": true
"release": true,
"changelog": "npx auto-changelog --stdout --commit-limit false -u"
},
"hooks": {
"after:bump": "npx auto-changelog -p"
}
}
}

0 comments on commit ec0c345

Please sign in to comment.