> ## Documentation Index
> Fetch the complete documentation index at: https://hyperlocalise.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Release maintenance

> Maintainer workflow for quality gates and CLI release publishing.

## Quality checks

```bash theme={null}
make fmt
make lint
make test
make precommit
```

## Release flow

```bash theme={null}
git tag v0.1.0
git push origin v0.1.0
```

Release automation files:

* `.github/workflows/release.yml`
* `.goreleaser.yml`

## Published artifact targets

* macOS: `amd64`, `arm64`
* Linux: `amd64`, `arm64`
* packages: `.deb`, `.rpm`
