gitcrawl/.goreleaser.yaml
Peter Steinberger 4031408b0e
release: v0.1.0
2026-04-30 03:31:50 +01:00

37 lines
661 B
YAML

version: 2
project_name: gitcrawl
changelog:
disable: true
builds:
- id: gitcrawl
main: ./cmd/gitcrawl
binary: gitcrawl
env:
- CGO_ENABLED=0
ldflags:
- -s -w -X github.com/openclaw/gitcrawl/internal/cli.version={{ .Version }}
targets:
- darwin_amd64
- darwin_arm64
- linux_amd64
- linux_arm64
- windows_amd64
- windows_arm64
archives:
- ids:
- gitcrawl
formats:
- tar.gz
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
format_overrides:
- goos: windows
formats:
- zip
checksum:
name_template: checksums.txt