26 lines
366 B
YAML
26 lines
366 B
YAML
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
|