tuist/RELEASE.md

10 lines
443 B
Markdown
Raw Normal View History

# Release
2018-07-23 19:59:52 +08:00
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.
2. Run `tapestry github-release version-number` (eg `tapestry github-release 1.1.0`) *(Install [tapestry](https://github.com/ackeecz/tapestry) and [tuist](https://github.com/tuist/tuist) if you don't have them installed already)*.