We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ad2558 commit 402e7ecCopy full SHA for 402e7ec
.goreleaser.yaml
@@ -9,7 +9,7 @@ builds:
9
- -trimpath
10
ldflags:
11
- -s -w
12
- - -X {{ .ModulePath }}/global.Version={{ .RawVersion }}
+ - -X {{ .ModulePath }}/global.Version={{ .Version }}
13
- -X {{ .ModulePath }}/global.Commit={{ .ShortCommit }}
14
- -X {{ .ModulePath }}/global.CommitDate={{ .CommitDate }}
15
mod_timestamp: '{{ .CommitTimestamp }}'
0 commit comments