build(dependencies): use commitizen

This commit is contained in:
cycjimmy 2019-10-21 11:07:06 +08:00
parent 76579ea6a8
commit 463a57bad7
3 changed files with 1746 additions and 3 deletions

View file

@ -16,7 +16,8 @@ module.exports = {
{
"assets": [
"docs/CHANGELOG.md",
"package.json"
"package.json",
"package-lock.json"
],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}