Skip to content

Commit 349d24b

Browse files
committed
temp commit to play with goreleaser
1 parent 1425c9f commit 349d24b

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

.goreleaser.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff 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:'
3030
nfpms:
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"

scripts/build/release-build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
source scripts/build/.variables
44
set -e
5-
VERSION=${VERSION} GITCOMMIT=${GITCOMMIT} BUILDTIME=${BUILDTIME} goreleaser --rm-dist
5+
VERSION=${VERSION} GITCOMMIT=${GITCOMMIT} BUILDTIME=${BUILDTIME} goreleaser --clean --skip=publish
66
exit 0

0 commit comments

Comments
 (0)