File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 11bin /gh
22/gh-cli
33.envrc
4+ /dist
Original file line number Diff line number Diff line change 11# Make sure to check the documentation at http://goreleaser.com
2+ project_name : gh
23before :
34 hooks :
45 - go mod tidy
56builds :
6- - binary : gh
7+ - binary : bin/gh
8+ ldflags :
9+ - -s -w -X github.com/github/gh-cli/command.Version={{.Version}} -X github.com/github/gh-cli/command.BuildDate={{.Date}}
710 goos :
811 - linux
912 - darwin
13+ - windows
1014 goarch :
1115 - amd64
16+ archives :
17+ - name_template : " {{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
18+ wrap_in_directory : true
19+ replacements :
20+ darwin : macOS
21+ format : tar.gz
22+ format_overrides :
23+ - goos : windows
24+ format : zip
1225changelog :
1326 sort : asc
1427 filters :
You can’t perform that action at this time.
0 commit comments