Explorar el Código

update release script

Leopoldthecoder hace 8 años
padre
commit
cb6c54b405
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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