File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 1+ # yaml-language-server: $schema=https://goreleaser.com/static/schema.json
12project_name : kubectl-config-cleanup
23
34release :
45 name_template : " Version {{.Version}}"
56 github :
6- owner : B23admin
7+ owner : TorchAIKC
78 name : kubectl-config-cleanup
89
910before :
@@ -12,7 +13,9 @@ before:
1213
1314builds :
1415 - binary : kubectl-config_cleanup
15- ldflags : -s -w -X github.com/B23admin/kubectl-config-cleanup/buildinfo.Version=v{{.Version}} -X github.com/B23admin/kubectl-config-cleanup/buildinfo.GitSHA={{.FullCommit}}
16+ ldflags : |
17+ -s -w -X github.com/TorchAIKC/kubectl-config-cleanup/buildinfo.Version=v{{.Version}}
18+ -X github.com/TorchAIKC/kubectl-config-cleanup/buildinfo.GitSHA={{.FullCommit}}
1619 env :
1720 - CGO_ENABLED=0
1821 goos :
@@ -29,13 +32,13 @@ builds:
2932archives :
3033 - format_overrides :
3134 - goos : windows
32- format : zip
35+ formats : [ " zip" ]
3336
3437checksum :
3538 name_template : ' checksums.txt'
3639
3740snapshot :
38- name_template : " {{ .Tag }}-next"
41+ version_template : " {{ .Tag }}-next"
3942
4043changelog :
4144 sort : asc
You can’t perform that action at this time.
0 commit comments