-
Notifications
You must be signed in to change notification settings - Fork 403
Release Process
Brian Muenzenmeyer edited this page Mar 2, 2018
·
14 revisions
Install
lernaglobally: https://github.com/lerna/lerna
- Merge PRs to
masteras ready
...
git checkout mastergit fetchgit 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 publisheach package
Evaluate if we can remove --skip-npm