Updating Billy
Billy uses GoReleaser to publish binaries and automatically update the Homebrew tap and Scoop bucket on every release. Updating is a one-liner.
Update
Section titled “Update”brew update # fetch the latest formula from the tapbrew upgrade jd4rider/billy/billy # install the new versionscoop updatescoop update billycurl -fsSL https://raw.githubusercontent.com/jd4rider/billy-app/main/scripts/install.sh | bashRe-running the install script will overwrite the existing binary with the latest release.
cd billy-appgit pull origin maingo build -o billy ./cmd/billyCheck your current version
Section titled “Check your current version”billy --versionThis prints the version, commit SHA, build date, and build variant (slim or full).
What’s new?
Section titled “What’s new?”See the Devlog for a running changelog of what ships in each release.