This commit is contained in:
2025-04-12 12:38:00 +08:00
parent 5341dfcd1a
commit 52bfd05b80
47 changed files with 4730 additions and 2 deletions

25
.goreleaser.yml Normal file
View 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