- 
                Notifications
    You must be signed in to change notification settings 
- Fork 405
Release Process
        Brian Muenzenmeyer edited this page Sep 7, 2018 
        ·
        14 revisions
      
    Install
lernaglobally: https://github.com/lerna/lerna
- Merge PRs to masteras ready
...
- git checkout master
- git fetch
- git pull
WHILE IN PRE-RELEASE MODE ONLY
lerna publish --conventional-commits --preid=beta --cd-version prerelease
AFTER STABLE
lerna publish --conventional-commits --independent
- push tags to origin if they and the CHANGELOGs look right