Skip to content

Commit 7bb3738

Browse files
authored
fix: change --rm-dist to --clean for gorleaser (#302)
According to the deprecation notice, `--rm-dist` has been deprecated in favor of `--clean` ([source](https://goreleaser.com/deprecations/#-rm-dist)).
1 parent 170a64f commit 7bb3738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ gen: ## go generate
4141
build: ## goreleaser build
4242
build:
4343
$(call print-target)
44-
goreleaser build --rm-dist --single-target --snapshot
44+
goreleaser build --clean --single-target --snapshot
4545

4646
.PHONY: spell
4747
spell: ## misspell

0 commit comments

Comments
 (0)