750 B
750 B
Release Workflow Steps
This is a reminder of the steps used to create a release and update the homebrew formula.
- Push a tagged branch, this will initiate the release being created.
- Don't forget to also update the version in
Sources/hpa/Version.swift, prior.
- Don't forget to also update the version in
- Get the
shaof the*.tar.gzin the release.just get-release-sha
- Update the homebrew formula url, sha256, and version at top of the homebrew formula.
cd $(brew --repo michael/formula)
- Build and generate a homebrew bottle.
just bottle
- Update the
bottle dosection of homebrew formula with output during previous step. - Upload the bottle
*.tar.gzfile that was created to the release. - Generate a pull-request to the formula repo.