You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .goreleaser.yaml
+6-10Lines changed: 6 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -46,16 +46,17 @@ builds:
46
46
archives:
47
47
- id: argocd-archive
48
48
builds:
49
-
- argocd-cli
49
+
- argocd-cli
50
50
name_template: |-
51
51
{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}
52
-
format: binary
52
+
formats: [binary]
53
53
54
54
checksum:
55
55
name_template: 'cli_checksums.txt'
56
56
algorithm: sha256
57
57
58
58
release:
59
+
make_latest: '{{ .Env.GORELEASER_MAKE_LATEST }}'
59
60
prerelease: auto
60
61
draft: false
61
62
header: |
@@ -85,16 +86,14 @@ release:
85
86
If upgrading from a different minor version, be sure to read the [upgrading](https://argo-cd.readthedocs.io/en/stable/operator-manual/upgrading/overview/) documentation.
0 commit comments