Skip to content

Commit

Permalink
GoReleaser Flags
Browse files Browse the repository at this point in the history
  • Loading branch information
otaviof committed Aug 19, 2023
1 parent c6e4ea6 commit 2d00d8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@ codecov:
bash .ci/codecov.sh -t $(CODECOV_TOKEN)

snapshot:
goreleaser --rm-dist --snapshot
goreleaser --clean --snapshot

snapshot-local:
goreleaser --rm-dist --snapshot --skip-publish --debug
goreleaser --clean --snapshot --skip-publish --debug

snapshot-install: snapshot-local
install -m 755 build/dist/darwin_darwin_amd64/$(APP) "$(GOPATH)/bin/$(APP)"

release:
git tag $(VERSION)
git push --tags origin $(VERSION)
goreleaser --rm-dist
goreleaser --clean

0 comments on commit 2d00d8e

Please sign in to comment.