Skip to content

Commit

Permalink
build: update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
zze0s committed Dec 10, 2024
1 parent 1529b17 commit 3acc964
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 @@ -60,15 +60,15 @@ fetch: ## Fetch vendor files

.PHONY: release
release: check_goreleaser ## Generate a release, but don't publish
goreleaser --skip-validate --skip-publish --rm-dist
goreleaser --skip=validate --skip=publish --clean

.PHONY: publish
publish: check_goreleaser ## Generate a release, and publish
goreleaser --rm-dist
goreleaser --clean

.PHONY: snapshot
snapshot: check_goreleaser ## Generate a snapshot release
goreleaser --snapshot --skip-publish --rm-dist
goreleaser --snapshot --skip=publish --clean

.PHONY: help
help:
Expand Down

0 comments on commit 3acc964

Please sign in to comment.