Skip to content

Commit

Permalink
Add 'make tag' to tag current release as latest
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs authored and othiym23 committed Aug 15, 2014
1 parent 27c4bb6 commit b6bb746
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 &&\
Expand Down

0 comments on commit b6bb746

Please sign in to comment.