Releases are cut from git tags that start with v.
git tag v0.1.5
git push origin v0.1.5The tag push runs .github/workflows/release.yml, which builds Linux, macOS,
and Windows binaries with GoReleaser and publishes checksums.
Keep the installer URLs pointed at the repo scripts:
https://codag.ai/install.sh->install.sh
Users install or upgrade on macOS/Linux/WSL with:
curl -fsSL https://codag.ai/install.sh | shThe installed binary can check for new releases with:
codag update