summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2024-01-20 14:36:52 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2024-01-20 14:36:52 +0900
commit66546208b2d29257b736302592f9566952e29905 (patch)
treeea374570bc895b632be258af5c9e1678392114d9
parent532274045e719b51979a063d696ce3b6ea6cf376 (diff)
Update goreleaser flags
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 32164a6e..1d13382b 100644
--- a/Makefile
+++ b/Makefile
@@ -93,7 +93,7 @@ generate:
PATH=$(PATH):$(GOPATH)/bin $(GO) generate ./...
build:
- goreleaser build --rm-dist --snapshot --skip-post-hooks
+ goreleaser build --clean --snapshot --skip=post-hooks
release:
# Make sure that the tests pass and the build works
@@ -126,7 +126,7 @@ endif
git push origin temp --follow-tags --force
# Make a GitHub release
- goreleaser --rm-dist --release-notes tmp/release-note
+ goreleaser --clean --release-notes tmp/release-note
# Push to master
git checkout master