The current monorepo setup is based on:
- Lerna used mostly for task running and versioning.
- npm workspaces used for package linking.
The processes required for Lerna to manage releases and changelogs is done through the conventional-commits specification.
- Add GitHub releases using the
--create-release
option.