- Bump the version in Xcode: click the project → General → Identity → Version.
- Build, archive, and export the app: Product → Archive → Distribute App → Copy App.
- Create a zip file for the new .app file:
script/create-release-zip
, select the most recent export. - Make sure you've pushed the commit that bumps the version to GitHub.
- Create a new GitHub release, attaching the newly-generated zip file.
- Update the homebrew cask by bumping the version number and the sha256 digest. The
sha256
value is just the output of runningsha256sum
on the zip file.