-
Notifications
You must be signed in to change notification settings - Fork 405
Release Process
Brian Muenzenmeyer edited this page Mar 2, 2018
·
14 revisions
Install
lerna
globally: https://github.com/lerna/lerna
- Merge PRs to
master
as ready
...
git checkout master
git fetch
git pull
WHILE IN PRE-RELEASE MODE ONLY
lerna publish --allow-branch dev --skip-npm --conventional-commits --preid=alpha --independent --cd-version prerelease
AFTER STABLE
lerna publish --skip-npm --conventional-commits --independent
- push tags to origin if they and the CHANGELOGs look right
-
npm publish
each package
Evaluate if we can remove --skip-npm