-
Notifications
You must be signed in to change notification settings - Fork 24
Publishing Releases
Ryan Christoffersen edited this page Jul 24, 2019
·
18 revisions
Official releases:
- Checkout
develop
branch - Pull
develop
fromorigin
- Update changelog version
- Change
next
to version name - Commit change and push to
develop
- Change
- Run
yarn build
- You may need to bump
beta
package versions and commit changes - Run
yarn lerna publish
- Select new version
- Review changes
- Confirm publish
- Update GitHub Releases
- Select new tag
- Create release with latest changelog
- Merge
develop
intomaster
- Use version as pull request title
Unofficial releases:
- Checkout
develop
branch - Pull
develop
fromorigin
- Run
yarn build
- Run
yarn lerna publish
- Select new version (use custom with a
beta
tag) - Review changes
- Confirm publish
- Select new version (use custom with a