File tree Expand file tree Collapse file tree 2 files changed +20
-20
lines changed
Expand file tree Collapse file tree 2 files changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -11,26 +11,26 @@ builds:
1111 - linux
1212 - darwin
1313 ldflags : -X github.com/liquidweb/liquidweb-cli/version.Version={{ .Env.VERSION }} -X github.com/liquidweb/liquidweb-cli/version.BuildTime={{ .Env.BUILDTIME }} -X github.com/liquidweb/liquidweb-cli/version.GitCommit={{ .Env.GITCOMMIT }}
14- archives :
15- - replacements :
16- darwin : Darwin
17- linux : Linux
18- windows : Windows
19- amd64 : x86_64
20- checksum :
21- name_template : ' checksums.txt'
22- snapshot :
23- name_template : " {{ .Tag }}"
24- changelog :
25- sort : asc
26- filters :
27- exclude :
28- - ' ^docs:'
29- - ' ^test:'
14+ # archives:
15+ # - replacements:
16+ # darwin: Darwin
17+ # linux: Linux
18+ # windows: Windows
19+ # amd64: x86_64
20+ # checksum:
21+ # name_template: 'checksums.txt'
22+ # snapshot:
23+ # name_template: "{{ .Tag }}"
24+ # changelog:
25+ # sort: asc
26+ # filters:
27+ # exclude:
28+ # - '^docs:'
29+ # - '^test:'
3030nfpms :
31- -
32- replacements :
33- amd64 : x86_64
31+ -
32+ # replacements:
33+ # amd64: x86_64
3434 vendor : " Liquid Web LLC"
3535 license : " Apache 2"
3636 homepage : " https://liquidweb.com"
Original file line number Diff line number Diff line change 22
33source scripts/build/.variables
44set -e
5- VERSION=${VERSION} GITCOMMIT=${GITCOMMIT} BUILDTIME=${BUILDTIME} goreleaser --rm-dist
5+ VERSION=${VERSION} GITCOMMIT=${GITCOMMIT} BUILDTIME=${BUILDTIME} goreleaser --clean --skip=publish
66exit 0
You can’t perform that action at this time.
0 commit comments