We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffca1fe commit c50f18bCopy full SHA for c50f18b
.goreleaser.yml
@@ -25,7 +25,7 @@ builds:
25
- -extldflags -static
26
- -X {{.ModulePath}}/github.projectName={{.ProjectName}}
27
- -X {{.ModulePath}}/github.projectDocs=https://{{.ModulePath}}
28
- - -X {{.ModulePath}}/github.projectVersion={{.Version}}
+ - -X {{.ModulePath}}/github.projectVersion=v{{.Version}}
29
- -X github.com/prometheus/common/version.BuildDate={{.Date}}
30
- -X github.com/prometheus/common/version.Revision={{.Commit}}
31
- -X github.com/prometheus/common/version.Version={{.Version}}
0 commit comments