We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be96cf4 commit 3008f46Copy full SHA for 3008f46
Makefile
@@ -26,6 +26,9 @@ clean:
26
if [ -f $(GOBIN)/$(BIN) ] ; then rm -f $(GOBIN)/$(BIN) ; fi
27
28
dist-check:
29
- goreleaser --snapshot --skip-publish --rm-dist
+ goreleaser release --snapshot --rm-dist
30
31
-.PHONY: all build test lint clean dist-check
+dist-release:
32
+ goreleaser release --rm-dist
33
+
34
+.PHONY: all build test lint clean dist-check dist-release
0 commit comments