mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-30 03:18:39 +08:00
CICD: GoReleaser generates TypeScript file (#2704)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
This commit is contained in:
parent
a6091f2ed4
commit
8f1b33ae17
3 changed files with 4 additions and 2992 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,4 +1,5 @@
|
|||
/tmp
|
||||
/commands/types/dnscontrol.d.ts
|
||||
dnscontrol-Darwin
|
||||
dnscontrol-Linux
|
||||
dnscontrol.exe
|
||||
|
|
|
@ -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
|
||||
|
|
2991
commands/types/dnscontrol.d.ts
vendored
2991
commands/types/dnscontrol.d.ts
vendored
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue