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

# Bảo trì bản phát hành

> Quy trình làm việc của người bảo trì cho các cổng chất lượng và việc phát hành CLI.

## Kiểm tra chất lượng

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

## Luồng phát hành

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

Các tệp tự động hóa phát hành:

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

## Các mục tiêu tạo phẩm đã xuất bản

* macOS: `amd64`, `arm64`
* Linux: `amd64`, `arm64`
* các gói: `.deb`, `.rpm`
