Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 547 Bytes

File metadata and controls

27 lines (18 loc) · 547 Bytes

Release

Releases are cut from git tags that start with v.

git tag v0.1.5
git push origin v0.1.5

The 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 | sh

The installed binary can check for new releases with:

codag update