tuist/RELEASE.md

443 B

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.
  • Minor by default.
  • Patch if it's a hotfix release.
  1. Run tapestry github-release version-number (eg tapestry github-release 1.1.0) (Install tapestry and tuist if you don't have them installed already).