IBM / report-toolkit

A toolkit for consumers of Node.js diagnostic Reports
https://ibm.github.io/report-toolkit
Other
84 stars 10 forks source link

configure lerna to release using something akin to standard-version #6

Open boneskull opened 5 years ago

boneskull commented 5 years ago

I'm not sure of the interaction between standard-version and lerna, but if it works, I'd like to use it.

It's not possible to use standard-version with Lerna, but you can apparently coax Lerna into doing something very similar.

Investigate and implement. We want to have automatic changelog generation based on conventional commits.