Browse Source

version 1.4.7

lishengyin 3 years ago
parent
commit
2426e10edf
2 changed files with 5 additions and 5 deletions
  1. 1 1
      tooks/VERSION
  2. 4 4
      tooks/release.sh

+ 1 - 1
tooks/VERSION

@@ -1 +1 @@
-1.4.6
+1.4.7

+ 4 - 4
tooks/release.sh

@@ -18,16 +18,16 @@ cd ../
 git add -A 
 git commit -m "version $version"
 git tag -a "$version" -m "version $version"
-# git push ssh://root@git.siwill.com:23/lishengyin/MIVA.git
-# git push --tags ssh://root@git.siwill.com:23/lishengyin/MIVA.git
+git push MIVA master
+git push --tags MIVA master
 
 # tag deploy
 cd ../../deploy/MIVA
 git add -A 
 git commit -m "version $version"
 git tag -a "$version" -m "version $version"
-# git push master master
-# git push --tags master master
+git push origin master
+git push --tags origin master
 
 # SET THE FOLLOWING VARIABLES
 # docker hub username