don/.goreleaser.yml
Marvin Preuss eb32ad48b3
All checks were successful
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is passing
ci: release for darwin
2021-09-01 13:55:52 +02:00

85 lines
1.3 KiB
YAML

---
project_name: "don"
gitea_urls:
api: https://git.xsfx.dev/api/v1/
builds:
- main: ./cmd
env:
- CGO_ENABLED=0
goos:
- linux
- darwin
goarch:
- amd64
- arm64
- 386
- arm
goarm:
- 5
- 6
- 7
ldflags:
- "-s"
- "-w"
- "-extldflags '-static'"
- "-X go.xsfx.dev/don/cmd/cmds.date={{.Date}}"
- "-X go.xsfx.dev/don/cmd/cmds.commit={{.ShortCommit}}"
- "-X go.xsfx.dev/don/cmd/cmds.version={{.Version}}"
checksum:
name_template: "checksums.txt"
snapshot:
name_template: "{{.Tag}}-next"
changelog:
sort: asc
filters:
exclude:
- "^docs:"
- "^test:"
- "^ci:"
- "^lint:"
- "^meta:"
- "^deployment"
- "happy linting"
- "prepares release"
archives:
- format: tar.gz
replacements:
darwin: macos
- format: binary
id: only-binary
replacements:
darwin: macos
release:
github:
owner: xsteadfastx
name: don
brews:
- name: don
tap:
owner: xsteadfastx
name: homebrew-tap
commit_author:
name: Marvin Steadfast
email: marvin@xsteadfastx.org
homepage: https://git.xsfx.dev/xsteadfastx/don
install: |
bin.install "don"
test: |
system "#{bin}/don version"
gomod:
proxy: true