-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Releasing Vitals | ||
|
||
1. Bump the version in Xcode: click the project β General β Identity β Version. | ||
2. Build, archive, and export the app: Product β Archive β Distribute App β Copy App. | ||
3. Create a zip file for the new .app file: `script/create-release-zip`, select the most recent export. | ||
4. Make sure you've pushed the commit that bumps the version to GitHub. | ||
5. Create a new [GitHub release](https://github.com/hmarr/vitals/releases), attaching the newly-generated zip file. | ||
6. Update the [homebrew cask](https://github.com/hmarr/homebrew-tap/blob/master/Casks/vitals.rb) by bumping the version number and the sha256 digest. The `sha256` value is just the output of running `sha256sum` on the zip file. |