We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f3a83d commit 70acba1Copy full SHA for 70acba1
.goreleaser.yml
@@ -33,7 +33,8 @@ builds:
33
-X github.com/helm/chart-testing/v3/ct/cmd.BuildDate={{ .Date }}
34
35
archives:
36
- - format_overrides:
+ - rlcp: true
37
+ format_overrides:
38
- goos: windows
39
format: zip
40
files:
@@ -114,3 +115,6 @@ docker_signs:
114
115
cmd: cosign
116
args: ["sign", "${artifact}"]
117
artifacts: manifests
118
+
119
+changelog:
120
+ use: github-native
build.sh
@@ -59,7 +59,7 @@ main() {
59
shift
60
done
61
62
- local goreleaser_args=(--rm-dist)
+ local goreleaser_args=(--clean)
63
64
if [[ -n "$debug" ]]; then
65
goreleaser_args+=(--debug)
0 commit comments