diff --git a/Makefile b/Makefile index b36119db11a17..a5041faefe48f 100644 --- a/Makefile +++ b/Makefile @@ -172,6 +172,9 @@ man: $(cli_docs) $(api_docs) test: doc node cli.js test +tag: + npm tag npm@$(PUBLISHTAG) latest + publish: link doc @git push origin :v$(shell npm -v) 2>&1 || true git clean -fd &&\