Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (14 loc) · 674 Bytes

RELEASE.md

File metadata and controls

16 lines (14 loc) · 674 Bytes

Release

This document describes the process of releasing new versions of Tuist.

  1. Determine the new version:
    • Major if there's been a breaking change (+.0.0).
    • Minor by default (x.+.0).
    • Patch if it's a hotfix release (x.x.+).
    • Reach out to the core team if you have questions.
  2. Select the Tuist Release action in the GitHub Actions tab
  3. Select Run workflow
  4. Input the version from #1 into the action prompt and provide a title
  5. Run the workflow
  6. Wait for release workflow to finish
  7. Merge the PR created by the workflow
  8. Once merged verify with tuist update