From dafd89ac36525c0788f736ab03cbab2b1e38ec68 Mon Sep 17 00:00:00 2001 From: pangxie1991 Date: Thu, 26 Oct 2017 21:42:49 +0800 Subject: [PATCH] fix: release.sh remove useless code --- build/release.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/build/release.sh b/build/release.sh index a9391498..92c4fbb6 100644 --- a/build/release.sh +++ b/build/release.sh @@ -13,8 +13,6 @@ then # commit npm version $VERSION --message "[release] $VERSION" - git add -A - git commit -m "[build] $VERSION" # publish echo "publishing git..."