Skip to content

Latest commit

History

History
10 lines (7 loc) 路 443 Bytes

RELEASE.md

File metadata and controls

10 lines (7 loc) 路 443 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.
  • 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).