Ver código fonte

add next tag when publishing for 2.0

Evan You 8 anos atrás
pai
commit
a8bca40c87
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      build/release.sh

+ 1 - 1
build/release.sh

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