Compare commits

..

1 Commits

Author SHA1 Message Date
cc00a4e5b3 创建分支 代码标准模板.branch.v2.0.2 2024-01-07 23:32:17 +08:00
6 changed files with 1 additions and 6 deletions

View File

@ -1 +0,0 @@
.

View File

@ -1 +0,0 @@
2.0.1

View File

@ -52,14 +52,12 @@ del /s /q %rootPath%\%appName%.master
del /s /q %rootPath%\%appName%.branch.*
echo .>%rootPath%\%appName%.branch.v%newVersion%
set d=%date: =0%
set t=%time: =0%
set productname=%newVersion%.%d:~2,2%%d:~5,2%%d:~8,2%%t:~0,2%%t:~3,2%%t:~6,2%
echo 新版本:%productname%
echo %productname%>%versionPath%\version.txt
del /s /q %versionPath%\*.panda
del /s /q %rootPath%\*.panda
pause
cd /d %rootPath%
git add .
git commit -m "创建分支 %appName%.branch.v%newVersion%"

View File

@ -1 +0,0 @@
.