Sfoglia il codice sorgente

update release script

Leopoldthecoder 8 anni fa
parent
commit
cb6c54b405
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      build/release.sh

+ 1 - 1
build/release.sh

@@ -31,7 +31,7 @@ then
   git push eleme master
   git push eleme refs/tags/v$VERSION
   git checkout dev
-  git merge master
+  git rebase master
   git push eleme dev
 
   npm publish