Skip to content

Publishing Releases

Ryan Christoffersen edited this page Jul 24, 2019 · 18 revisions

Official releases:

  • Checkout develop branch
  • Pull develop from origin
  • Update changelog version
    • Change next to version name
    • Commit change and push to develop
  • 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 into master
    • Use version as pull request title

Unofficial releases:

  • Checkout develop branch
  • Pull develop from origin
  • Run yarn build
  • Run yarn lerna publish
    • Select new version (use custom with a beta tag)
    • Review changes
    • Confirm publish
Clone this wiki locally