-
Notifications
You must be signed in to change notification settings - Fork 26
Core Release
Sean Albert edited this page Jul 27, 2022
·
2 revisions
- Create a new branch from master with a name that follows the format of yyyy-mm-dd-release
- In most cases you'll be able to merge dev into this branch, sometimes you may be creating a release from cherry-picking commits from dev
- Create a new release report with ZenHub
- Open a PR to merge into master
- Merge the release branch into master
- Checkout the master branch and make sure it's up-to-date
- Using lerna, version bump and publish the core packages to NPM
- Since we want to dev's versions to be sequential from the new release, create a branch from dev with the naming convention yyyy-mm-dd-sync-master
- Sync master to this branch
- Open a PR with this branch to merge into core dev and merge