We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3906f3 commit e84ba7cCopy full SHA for e84ba7c
.goreleaser.yml
@@ -18,7 +18,7 @@ builds:
18
flags:
19
- -trimpath
20
ldflags:
21
- - -s -w -X main.version={{.Version}} -X main.ReleaseCommit={{.FullCommit}} -X main.date=123 -X main.ReleaseTag={{.Tag}} -X ain.ReleaseBranch={{.Branch}}
+ - -s -w -X main.ReleaseTag={{.Tag}} -X main.ReleaseBranch={{.Branch}} -X main.ReleaseCommit={{.FullCommit}}
22
23
24
# Optionally override the matrix generation and specify only the final list of targets.
0 commit comments