Skip to content

Publishing Releases

Ryan Christoffersen edited this page Feb 6, 2019 · 18 revisions

Official releases from the master branch:

  • Switch to master branch
  • Pull master from origin
  • Run yarn lerna run build
  • Run yarn lerna publish
    • Select new version
    • Review changes
    • Confirm publish
  • Update changelog
    • Review changes
    • Add missing items
    • Update version title
  • Update GitHub Releases
    • Select new tag
    • Create release
    • Add changelog

Alpha releases from the develop branch:

  • Switch to develop branch
  • Pull develop from origin
  • Run yarn lerna run build
  • Run yarn lerna publish
    • Select new version (use alpha release)
    • Review changes
    • Confirm publish
  • Update changelog
    • Review changes
    • Add missing items
    • Update version title
  • Update GitHub Releases
    • Select new tag
    • Create release
    • Add changelog

Clone this wiki locally