Преглед на файлове

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