sesamy-cli/.goreleaser.yml
Kevin Franklin Kim 678959c920
fix: build version
2024-03-07 14:53:17 +01:00

42 lines
755 B
YAML

# .goreleaser.yml
# Build customization
builds:
- binary: sesamy
main: ./main.go
env:
- CGO_ENABLED=0
goos:
- windows
- darwin
- linux
goarch:
- amd64
- arm64
goarm:
- 7
flags:
- -trimpath
ldflags:
- -s -w -X github.com/foomo/sesamy-cli/cmd.version={{.Version}}
release:
prerelease: auto
archives:
- format: tar.gz
format_overrides:
- goos: windows
format: zip
changelog:
use: github-native
brews:
# Repository to push the tap to.
- repository:
owner: foomo
name: homebrew-tap
caveats: "sesamy --help"
homepage: "https://github.com/foomo/sesamy-cli"
description: "CLI utitlity to manage Server Side Tag Management"