We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00063d2 commit 690d01fCopy full SHA for 690d01f
1 file changed
.goreleaser.yml
@@ -13,17 +13,20 @@ builds:
13
- linux
14
- windows
15
- darwin
16
+ ldflags:
17
+ - -X github.com/pot-code/web-cli/cmd.AppVersion=={{.Version}}
18
archives:
19
- replacements:
20
darwin: Darwin
21
linux: Linux
22
windows: Windows
23
386: i386
24
amd64: x86_64
25
+ format: binary
26
checksum:
27
name_template: 'checksums.txt'
28
snapshot:
- name_template: "{{ .Tag }}-next"
29
+ name_template: '{{ .Tag }}-next'
30
changelog:
31
sort: asc
32
filters:
0 commit comments