File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ version : 2
12builds :
23# clusterctl-aws
34- id : " clusterctl-aws"
@@ -46,15 +47,15 @@ builds:
4647
4748archives :
4849- id : clusterctl-aws
49- builds :
50+ ids :
5051 - clusterctl-aws
5152 name_template : " clusterctl-aws-{{ .Os }}-{{ .Arch }}"
52- format : binary
53+ formats : [" binary"]
5354- id : clusterawsadm
54- builds :
55+ ids :
5556 - clusterawsadm
5657 name_template : " clusterawsadm-{{ .Os }}-{{ .Arch }}"
57- format : binary
58+ formats : [" binary"]
5859
5960release :
6061 discussion_category_name : General
Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ $(RELEASE_NOTES): ## Build release notes from tools folders.
167167
168168GORELEASER_BIN := goreleaser
169169GORELEASER := $(BIN_DIR ) /$(GORELEASER_BIN )
170- GORELEASER_PKG := github.com/goreleaser/goreleaser
170+ GORELEASER_PKG := github.com/goreleaser/goreleaser/v2
171171.PHONY : $(GORELEASER_BIN )
172172$(GORELEASER_BIN ) : $(GORELEASER )
173173
Original file line number Diff line number Diff line change @@ -20,4 +20,4 @@ KPROMO_VERSION := v4.0.5
2020YQ_VERSION := v4.25.2
2121GOLANGCI_LINT_VERSION := v2.7.0
2222RELEASE_NOTES_VERSION := v0.16.5
23- GORELEASER_VERSION := v1.24.0
23+ GORELEASER_VERSION := v2.15.4
You can’t perform that action at this time.
0 commit comments