Hacker News new | ask | show | jobs
by leerob 2458 days ago
Conventional commits pair nicely with a Lerna monorepo when deploying multiple JS packages at once. Auto-generated changelogs and automatic semver for packages. It's worked well for us over the past year.

https://github.com/lerna/lerna/blob/master/commands/version/...