From 839c5ed57713e3a2a663886aabd08b127b484a54 Mon Sep 17 00:00:00 2001 From: Henry Zhu Date: Fri, 14 Aug 2015 22:00:25 -0400 Subject: [PATCH] use --follow-tags --- eslint/babel-eslint-parser/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eslint/babel-eslint-parser/Makefile b/eslint/babel-eslint-parser/Makefile index c16045682f..53bfdbc78a 100644 --- a/eslint/babel-eslint-parser/Makefile +++ b/eslint/babel-eslint-parser/Makefile @@ -4,4 +4,4 @@ publish-patch: mocha npm version patch npm publish - git push --tags + git push --follow-tags