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

# 发布维护

> 质量门控和 CLI 版本发布的维护者工作流程。

## 质量检查

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

## 发布流程

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

发布自动化文件：

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

## 已发布的制品目标

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