Skip to content

Commit

Permalink
added --rm-dist flag to release command
Browse files Browse the repository at this point in the history
  • Loading branch information
paulvollmer committed Sep 6, 2019
1 parent f83c236 commit 3f26a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ test-all:
release:
git tag -a v${VERSION} -m "Version ${VERSION}"
git push origin v${VERSION}
goreleaser
goreleaser --rm-dist
release-dry:
goreleaser --skip-publish --skip-validate --snapshot

Expand Down

0 comments on commit 3f26a4a

Please sign in to comment.