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 52fcc79 commit e8161f4Copy full SHA for e8161f4
.goreleaser.yaml
@@ -13,7 +13,7 @@ builds:
13
- amd64
14
- arm64
15
ldflags:
16
- - -w -s -X "github.com/kairos-io/kairos-init/pkg/values.VERSION={{.Tag}}"
+ - -w -s -X "github.com/kairos-io/kairos-init/pkg/values.version={{.Tag}}" -X "github.com/kairos-io/kairos-init/pkg/values.gitCommit={{.ShortCommit}}"
17
binary: '{{ .ProjectName }}'
18
changelog:
19
sort: asc
0 commit comments