Explorar el Código

checking out clean master before release

Herbert Vojčík hace 10 años
padre
commit
ac92c5ee7c
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      bin/release.sh

+ 2 - 1
bin/release.sh

@@ -1,6 +1,7 @@
 #!/bin/sh
 cd `dirname "$0"`/..
-pwd
+echo git reset --hard
+echo git checkout master
 echo -n "Which version are you going to publish [0 to skip]? "
 VER=`head -n 1`
 if [ "$VER" = "0" ]; then :; else