Skip to content

Commit 619b440

Browse files
committed
new release
1 parent 476d71c commit 619b440

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.goreleaser.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ env:
44
before:
55
hooks:
66
- go mod tidy
7-
- ./scripts/completions.sh
87

98
snapshot:
109
name_template: '{{ incpatch .Version }}-next'
1110

1211
builds:
1312
- env:
1413
- CGO_ENABLED=0
14+
main: ./cli
1515
goos:
1616
- linux
1717
- darwin
@@ -25,7 +25,7 @@ builds:
2525
flags:
2626
- -trimpath
2727
ldflags:
28-
- -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{ .CommitDate }} -X main.builtBy=goreleaser
28+
- -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{ .CommitDate }} -X main.builtBy=wroge
2929

3030
checksum:
3131
name_template: 'checksums.txt'
@@ -58,8 +58,7 @@ archives:
5858
format: zip
5959
files:
6060
- README.md
61-
- LICENSE.md
62-
- completions/*
61+
- LICENSE
6362

6463
brews:
6564
- tap:

0 commit comments

Comments
 (0)