From b9bfac3d5b5201713277db19ce0c4cad8a7c3fb2 Mon Sep 17 00:00:00 2001 From: pangxie1991 Date: Fri, 12 Jan 2018 22:23:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8F=91=E5=B8=83=E8=84=9A?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/release.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/scripts/release.sh b/scripts/release.sh index 325f2f5e..56ad5cfe 100644 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -29,4 +29,11 @@ then echo "publishing npm..." npm publish + + # sync dev + echo "sync dev..." + git checkout dev + git rebase master + git push origin dev + fi