Release all packages that changed since the last release.
npm run release
Release all packages with their next version increment, even if no changes were made. This will release either patch or minor versions, depending on the changes in the packages.
npm run release:force
Release all packages with a new major version (yearly update).
lerna publish major --force-publish