CICD: GoReleaser generates TypeScript file (#2704)

Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
This commit is contained in:
Jeffrey Cafferata 2023-12-10 16:34:24 +01:00 committed by GitHub
parent a6091f2ed4
commit 8f1b33ae17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 2992 deletions

1
.gitignore vendored
View file

@ -1,4 +1,5 @@
/tmp
/commands/types/dnscontrol.d.ts
dnscontrol-Darwin
dnscontrol-Linux
dnscontrol.exe

View file

@ -21,7 +21,9 @@ builds:
- -linkmode=internal -s -w -X main.Version="{{ .Version }}" -X main.SHA="{{ .FullCommit }}" -X main.BuildTime={{ .Timestamp }}
before:
hooks:
- go mod tidy
- go fmt ./...
- go mod tidy
- go generate ./...
changelog:
sort: asc
use: github

File diff suppressed because it is too large Load diff