Explorar o código

add next tag when publishing for 2.0

Evan You %!s(int64=9) %!d(string=hai) anos
pai
achega
a8bca40c87
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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