Skip to content

Commit

Permalink
build: add conventional commit flag for automatic changelog generation
Browse files Browse the repository at this point in the history
lerna publish will automatically generate a CHANGELOG for each package

 close #263
  • Loading branch information
virkt25 committed Sep 15, 2017
1 parent e0de9b8 commit 4cf1a4b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lerna.json
Expand Up @@ -3,5 +3,10 @@
"packages": [
"packages/*"
],
"command": {
"publish": {
"conventionalCommits": true
}
},
"version": "independent"
}

0 comments on commit 4cf1a4b

Please sign in to comment.