sesamy-cli/.goreleaser.yml
2024-07-10 07:02:52 +02:00

41 lines
694 B
YAML

version: 2
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:
owner: foomo
name: homebrew-tap
caveats: "sesamy --help"
homepage: "https://github.com/foomo/sesamy-cli"
description: "CLI utitlity to manage Server Side Tag Management"