We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 78f0474 + 3fcd791 commit c77e6afCopy full SHA for c77e6af
.goreleaser.yml
@@ -15,7 +15,7 @@ builds:
15
binary: bin/gh
16
main: ./cmd/gh
17
ldflags:
18
- - -s -w -X github.com/cli/cli/command.Version={{.Version}} -X github.com/cli/cli/command.BuildDate={{time "2006-01-02"}}
+ - -s -w -X github.com/cli/cli/internal/build.Version={{.Version}} -X github.com/cli/cli/internal/build.Date={{time "2006-01-02"}}
19
- -X main.updaterEnabled=cli/cli
20
id: macos
21
goos: [darwin]
0 commit comments