1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

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
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