Skip to content

Commit

Permalink
Add release docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hmarr committed Jul 18, 2021
1 parent c5ca73f commit 3228e42
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions RELEASING.md
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.

0 comments on commit 3228e42

Please sign in to comment.