Skip to content

Commit

Permalink
update goreleaser flags (#539)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
cpanato authored Mar 24, 2023
1 parent 7f3a83d commit 70acba1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ builds:
-X github.com/helm/chart-testing/v3/ct/cmd.BuildDate={{ .Date }}
archives:
- format_overrides:
- rlcp: true
format_overrides:
- goos: windows
format: zip
files:
Expand Down Expand Up @@ -114,3 +115,6 @@ docker_signs:
cmd: cosign
args: ["sign", "${artifact}"]
artifacts: manifests

changelog:
use: github-native
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ main() {
shift
done

local goreleaser_args=(--rm-dist)
local goreleaser_args=(--clean)

if [[ -n "$debug" ]]; then
goreleaser_args+=(--debug)
Expand Down

0 comments on commit 70acba1

Please sign in to comment.