From 38ebce75cea965a5552921ca57913d7bb721926d Mon Sep 17 00:00:00 2001 From: pangxie1991 Date: Thu, 26 Oct 2017 21:28:46 +0800 Subject: [PATCH] release.sh add echo msg --- build/release.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/release.sh b/build/release.sh index 350b4a03..a9391498 100644 --- a/build/release.sh +++ b/build/release.sh @@ -17,8 +17,10 @@ then git commit -m "[build] $VERSION" # publish + echo "publishing git..." git push origin master git push origin refs/tags/v$VERSION + echo "publishing npm..." npm publish fi