Skip to content

Commit

Permalink
Update goreleaser flags
Browse files Browse the repository at this point in the history
  • Loading branch information
junegunn committed Jan 20, 2024
1 parent 5322740 commit 6654620
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 @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6654620

Please sign in to comment.