joyent/node-triton#131 update 'make cutarelease' and 'make versioncheck' to avoid commits for cutting a release (fix 'npm publish' command usage)

This commit is contained in:
Trent Mick 2016-09-17 17:49:35 -07:00
parent b8b753a94d
commit d6e05e7a26
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ cutarelease: versioncheck
date=$(shell date -u "+%Y-%m-%d") && \
git tag -a "$$ver" -m "version $$ver ($$date)" && \
git push --tags origin && \
npm publish $$name
npm publish
.PHONY: git-hooks
git-hooks: