Skip to content

Commit 70acba1

Browse files
authored
update goreleaser flags (#539)
* update goreleaser flags Signed-off-by: cpanato <[email protected]> * use github release api to generate the release notes Signed-off-by: cpanato <[email protected]> --------- Signed-off-by: cpanato <[email protected]>
1 parent 7f3a83d commit 70acba1

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.goreleaser.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ builds:
3333
-X github.com/helm/chart-testing/v3/ct/cmd.BuildDate={{ .Date }}
3434
3535
archives:
36-
- format_overrides:
36+
- rlcp: true
37+
format_overrides:
3738
- goos: windows
3839
format: zip
3940
files:
@@ -114,3 +115,6 @@ docker_signs:
114115
cmd: cosign
115116
args: ["sign", "${artifact}"]
116117
artifacts: manifests
118+
119+
changelog:
120+
use: github-native

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ main() {
5959
shift
6060
done
6161

62-
local goreleaser_args=(--rm-dist)
62+
local goreleaser_args=(--clean)
6363

6464
if [[ -n "$debug" ]]; then
6565
goreleaser_args+=(--debug)

0 commit comments

Comments
 (0)