- 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.