We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a135d77 + 9a6f93a commit 9489d8cCopy full SHA for 9489d8c
.goreleaser.yml
@@ -83,9 +83,6 @@ nfpms:
83
linux: Linux
84
windows: Windows
85
86
-universal_binaries:
87
-- replace: true
88
-
89
changelog:
90
sort: asc
91
use: github
@@ -96,3 +93,7 @@ changelog:
96
93
- Merge pull request
97
94
- Merge branch
98
95
- go mod tidy
+
+universal_binaries:
+- replace: true
99
+ name_template: 'tkn-pac'
.tekton/release-pipeline.yaml
@@ -28,6 +28,8 @@ spec:
28
- name: output
29
workspace: source
30
params:
31
+ - name: depth
32
+ value: 500
33
- name: url
34
value: $(params.repo_url)
35
- name: revision
0 commit comments