Fix release script (#517)

* Remove space prefix and add an extra step to the release process to assert that the new version has been properly release

* Fix typo
This commit is contained in:
Pedro Piñera Buendía 2019-09-29 16:31:38 +02:00 committed by GitHub
parent c270aa7e0a
commit e8127a5b39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -17,3 +17,4 @@ This document describes the process of releasing new versions of tuist.
8. Upload the installation scripts to GCS by running `bundle exec rake release_scripts`.
9. Create a release on GitHub with the version as a title, the body from the CHANGELOG file, and attach the artifacts in the `build/` directory.
10. Deploy the documentation website to [Netlify](https://app.netlify.com/sites/peaceful-fermat-c0d5d7/deploys).
11. Run `tuist update` and verify that the new version is installed and runs.