Merge pull request #163 from github/release-date
Simplify date format in gh version information
This commit is contained in:
commit
fcf00bd870
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ before:
|
|||
builds:
|
||||
- binary: bin/gh
|
||||
ldflags:
|
||||
- -s -w -X github.com/github/gh-cli/command.Version={{.Version}} -X github.com/github/gh-cli/command.BuildDate={{.Date}}
|
||||
- -s -w -X github.com/github/gh-cli/command.Version={{.Version}} -X github.com/github/gh-cli/command.BuildDate={{time "2006-01-02"}}
|
||||
- -X github.com/github/gh-cli/context.oauthClientID={{.Env.GH_OAUTH_CLIENT_ID}}
|
||||
- -X github.com/github/gh-cli/context.oauthClientSecret={{.Env.GH_OAUTH_CLIENT_SECRET}}
|
||||
- -X main.updaterEnabled=github/homebrew-gh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue