dev
This commit is contained in:
25
.goreleaser.yml
Normal file
25
.goreleaser.yml
Normal file
@@ -0,0 +1,25 @@
|
||||
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
|
||||
Reference in New Issue
Block a user