Skip to content

Commit

Permalink
Publish with --tag=v1.4-next
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs authored and othiym23 committed Aug 15, 2014
1 parent cff66c3 commit 27c4bb6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# vim: set softtabstop=2 shiftwidth=2:
SHELL = bash

PUBLISHTAG = $(shell node scripts/publish-tag.js)

markdowns = $(shell find doc -name '*.md' | grep -v 'index') README.md

html_docdeps = html/dochead.html \
Expand Down Expand Up @@ -175,7 +177,7 @@ publish: link doc
git clean -fd &&\
git push origin &&\
git push origin --tags &&\
npm publish
npm publish --tag=$(PUBLISHTAG)

release:
@bash scripts/release.sh
Expand Down

0 comments on commit 27c4bb6

Please sign in to comment.