Skip to content

Commit

Permalink
fix: adjust GoReleaser configuration for CLI (#5548)
Browse files Browse the repository at this point in the history
  • Loading branch information
rangoo94 committed Jun 7, 2024
1 parent eab9130 commit 8aff712
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions .goreleaser-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ archives:
checksum:
name_template: "checksums.txt"

source:
rlcp: true

sboms:
- artifacts: archive
- id: source
Expand Down Expand Up @@ -59,7 +56,7 @@ release:
prerelease: auto

brews:
- tap:
- repository:
owner: kubeshop
name: homebrew-testkube-dev
description: Testkube - your somewhat opinionated and friendly Kubernetes testing framework!
Expand Down
5 changes: 1 addition & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ archives:
checksum:
name_template: "checksums.txt"

source:
rlcp: true

sboms:
- artifacts: archive
- id: source
Expand Down Expand Up @@ -88,7 +85,7 @@ release:
prerelease: auto

brews:
- tap:
- repository:
owner: kubeshop
name: homebrew-testkube
description: Testkube - your somewhat opinionated and friendly Kubernetes testing framework!
Expand Down

0 comments on commit 8aff712

Please sign in to comment.