Compare commits
3 Commits
branch.v2.
...
master
Author | SHA1 | Date | |
---|---|---|---|
8e515f208f | |||
7ae44f2ac8 | |||
343e6b36f9 |
1
8.version/2.0.1.panda
Normal file
1
8.version/2.0.1.panda
Normal file
@ -0,0 +1 @@
|
|||||||
|
.
|
@ -0,0 +1 @@
|
|||||||
|
2.0.1
|
@ -52,12 +52,14 @@ del /s /q %rootPath%\%appName%.master
|
|||||||
del /s /q %rootPath%\%appName%.branch.*
|
del /s /q %rootPath%\%appName%.branch.*
|
||||||
echo .>%rootPath%\%appName%.branch.v%newVersion%
|
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%
|
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%
|
||||||
echo %productname%>%versionPath%\version.txt
|
echo %productname%>%versionPath%\version.txt
|
||||||
del /s /q %versionPath%\*.panda
|
del /s /q %versionPath%\*.panda
|
||||||
del /s /q %rootPath%\*.panda
|
del /s /q %rootPath%\*.panda
|
||||||
|
pause
|
||||||
cd /d %rootPath%
|
cd /d %rootPath%
|
||||||
git add .
|
git add .
|
||||||
git commit -m "创建分支 %appName%.branch.v%newVersion%"
|
git commit -m "创建分支 %appName%.branch.v%newVersion%"
|
1
代码标准模板.master
Normal file
1
代码标准模板.master
Normal file
@ -0,0 +1 @@
|
|||||||
|
.
|
Loading…
x
Reference in New Issue
Block a user