- Update version number in
/cli/config.go
. git add .
,git commit -m "<MESSAGE>"
,git push origin main
.git tag -a v0.0.2 -m "new release: v0.0.2"
andgit push origin v0.0.2
(replacing with correct version; ensure it matches the version in/cli/config.go
).- Download the tagged and pushed version from
https://github.com/mattrltrent/quantum_crafter/archive/refs/tags/v0.0.2.tar.gz
. - Make into form
v0.0.2.tar.gz
. - Get the hash via
shasum -a 256 v0.0.2.tar.gz
. - Update
https://github.com/mattrltrent/homebrew-tap/blob/main/Formula/qc.rb
with new matching version number andsha256
.