version: 2 project_name: nox builds: - id: nox main: ./cmd/nox binary: nox goos: - linux - darwin goarch: - amd64 - arm64 env: - CGO_ENABLED=0 ldflags: - -s -w - -X github.com/aottr/nox/internal/version.Version={{.Version}} - -X github.com/aottr/nox/internal/version.Commit={{.Commit}} - -X github.com/aottr/nox/internal/version.BuildDate={{.Date}} archives: - id: default files: - README.md - LICENSE changelog: sort: asc filters: exclude: - "^docs:" - "^test:" release: github: owner: aottr name: nox