changeloguru/.goreleaser.yml

21 lines
303 B
YAML

before:
hooks:
- go mod tidy
builds:
- main: ./cmd/changeloguru
goos:
- linux
- windows
- darwin
goarch:
- amd64
- arm64
universal_binaries:
- replace: true
archives:
- format_overrides:
- goos: windows
format: zip
changelog:
skip: true