You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 24, 2022. It is now read-only.
We're now using lerna version --conventional-commits in the CI to tag and publish a new release. This takes care of two things:
Bump the version of the packages and root workspace (incl. dependencies to the other packages within the monorepo) with patch, minor or major automatically depending on the commit messages since the latest tag.
Generate CHANGELOG.md at the root and for each package
The only thing we need to do to make this work is respect the specs from https://www.conventionalcommits.org/ (I would suggest squash merging the PRs with a conventional-commits-compliant commit message from now on)
#93 introduces a breaking change, we should write changelogs right after.
Maybe with something like https://github.com/lerna/lerna-changelog?
The text was updated successfully, but these errors were encountered: