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:
parent
b8b753a94d
commit
d6e05e7a26
2
Makefile
2
Makefile
@ -69,7 +69,7 @@ cutarelease: versioncheck
|
|||||||
date=$(shell date -u "+%Y-%m-%d") && \
|
date=$(shell date -u "+%Y-%m-%d") && \
|
||||||
git tag -a "$$ver" -m "version $$ver ($$date)" && \
|
git tag -a "$$ver" -m "version $$ver ($$date)" && \
|
||||||
git push --tags origin && \
|
git push --tags origin && \
|
||||||
npm publish $$name
|
npm publish
|
||||||
|
|
||||||
.PHONY: git-hooks
|
.PHONY: git-hooks
|
||||||
git-hooks:
|
git-hooks:
|
||||||
|
Reference in New Issue
Block a user