File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 44before :
55 hooks :
66 - go mod tidy
7- - ./scripts/completions.sh
87
98snapshot :
109 name_template : ' {{ incpatch .Version }}-next'
1110
1211builds :
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
3030checksum :
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
6463brews :
6564 - tap :
You can’t perform that action at this time.
0 commit comments