创建分支 代码标准模板.branch.v1.0.8

This commit is contained in:
潘佳 2024-01-07 22:17:11 +08:00
parent 7722c4e68b
commit d16c5fd19b
2 changed files with 5 additions and 1 deletions

View File

@ -1 +1 @@
1.0.5.022401205052
1.0.7.022401205052

View File

@ -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%