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:
authorForrest L Norvell <forrest@npmjs.com>2015-01-30 13:56:42 +0300
committerForrest L Norvell <forrest@npmjs.com>2015-01-30 13:56:42 +0300
commit6a5ce34720b1245dcf72bca2f8475b1fc7ce24b1 (patch)
tree7b342a3921cd6fae64724bf5cebd6e02977b714a /Makefile
parenta10a921bd988303d467456d5a413d3e86b902d34 (diff)
If AUTHORS doesn't change, don't complain.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d7e31ffe8..15655f3e5 100644
--- a/Makefile
+++ b/Makefile
@@ -233,7 +233,7 @@ tag:
authors:
@bash scripts/update-authors.sh &&\
git add AUTHORS &&\
- git commit -m "update AUTHORS"
+ git commit -m "update AUTHORS" || true
publish: link doc authors
@git push origin :v$(shell npm -v) 2>&1 || true