Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2011-09-17 05:02:05 +0400
committerisaacs <i@izs.me>2011-09-17 05:02:05 +0400
commit754732869cd83c79f934fb54a972b9c0979e38c3 (patch)
tree8fe218f42c2a977ddf05acd0af6b16a68f5296f5 /Makefile
parentf22d483ebdf97ca4ba82b35e117c080bd670ddc9 (diff)
Update 'make publish' to push tags to github, too
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e5b0fc9a0..e59e265cc 100644
--- a/Makefile
+++ b/Makefile
@@ -76,7 +76,7 @@ version: link
publish: link
git tag -s -m v$(shell npm -v) v$(shell npm -v) &&\
- git push origin master &&\
+ git push origin master --tags &&\
npm publish &&\
make doc-publish