sesamy-cli/.goreleaser.yml
2025-04-11 10:26:11 +02:00

44 lines
774 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
- -tags=safe
ldflags:
- -s -w -X github.com/foomo/sesamy-cli/cmd.version={{.Version}}
release:
prerelease: auto
archives:
- formats: [ tar.gz ]
format_overrides:
- goos: windows
formats: [ 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"
test: |
system "#{bin}/sesamy --version"