This document outlines the process for creating new releases of qrgo.
The project is configured to automatically update the Homebrew formula when a new version tag is pushed
-
Create and Push Version Tag
git tag X.Y.Z git push origin X.Y.Z
-
CI will automatically build & publish a release, and it'll initialize a formula bump in block/homebrew-tap.
-
The formula bump will open a PR in block/homebrew-tap; once approved and merged, you're done.
After the release is complete:
-
Test the new version can be installed via Homebrew:
brew update brew upgrade qrgo
-
Verify the new version is working:
qrgo --version