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 833a88a commit ecc5c62Copy full SHA for ecc5c62
Makefile
@@ -39,3 +39,6 @@ testacc:
39
40
start-debug: debug-build
41
~/go/bin/dlv exec --accept-multiclient --continue --headless ./${BINARY} -- -debug
42
+
43
+release:
44
+ goreleaser release --rm-dist
0 commit comments