diff --git a/8.version/version.txt b/8.version/version.txt index a6edefc..92f0e33 100644 --- a/8.version/version.txt +++ b/8.version/version.txt @@ -1 +1 @@ -1.0.5.022401205052 +1.0.7.022401205052 diff --git a/8.version/建立分支.bat b/8.version/建立分支.bat index 9c90ce6..fefbfdc 100644 --- a/8.version/建立分支.bat +++ b/8.version/建立分支.bat @@ -52,7 +52,11 @@ del /s /q %rootPath%\%appName%.master del /s /q %rootPath%\%appName%.branch.* echo .>%rootPath%\%appName%.branch.v%newVersion% git add . +pause git commit -m "创建分支 %appName%.branch.v%newVersion%" + +pause + git push origin %branchName% echo 执行成功,生成 %appName%.branch.v%newVersion%