Skip to content

Commit

Permalink
replace deprecated goreleaser flag rm-dist with clean
Browse files Browse the repository at this point in the history
  • Loading branch information
bakito committed Mar 27, 2023
1 parent 4926a97 commit 7770170
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ test-cover: ginkgo
release: semver
@version=$$($(LOCALBIN)/semver); \
git tag -s $$version -m"Release $$version"
goreleaser --rm-dist
goreleaser --clean

test-release:
goreleaser --skip-publish --snapshot --rm-dist
goreleaser --skip-publish --snapshot --clean

mocks: mockgen
$(LOCALBIN)/mockgen -destination pkg/mocks/core/mock.go --package core k8s.io/client-go/kubernetes/typed/core/v1 CoreV1Interface,SecretInterface
Expand Down

0 comments on commit 7770170

Please sign in to comment.