protoc-gen-ts/.goreleaser.yml

26 lines
366 B
YAML
Raw Normal View History

2025-04-12 12:38:00 +08:00
before:
hooks:
- go mod download
builds:
- id: protoc-gen-typescript-http
binary: protoc-gen-typescript-http
dir: .
main: main.go
env:
- CGO_ENABLED=0
goos:
- linux
- windows
- darwin
checksum:
name_template: "checksums.txt"
snapshot:
name_template: "{{ .Tag }}-next"
release:
github:
prerelease: auto