瀏覽代碼

add next tag when publishing for 2.0

Evan You 9 年之前
父節點
當前提交
a8bca40c87
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      build/release.sh

+ 1 - 1
build/release.sh

@@ -22,5 +22,5 @@ then
   # publish
   git push origin refs/tags/v$VERSION
   git push
-  npm publish
+  npm publish --tag next
 fi