Actually got gitChangeLog.bat working
It works now to get the shell script version working
This commit is contained in:
parent
1cae57399d
commit
bca6cc0262
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
cd ..
|
||||
IF EXIST LastBuildData.txt (
|
||||
git log --pretty="%s" --since={LastBuildData.txt} >> changeLog.txt
|
||||
Set /p "s=" <"LastBuildData.txt"
|
||||
git log --after={"%s%"} > changeLog.txt
|
||||
)
|
||||
echo %date:~10,4%-%date:~4,2%-%date:~7,2% > LastBuildData.txt
|
||||
echo "%date:~10,4%-%date:~4,2%-%date:~7,2%"> LastBuildData.txt
|
||||
PAUSE
|
Loading…
Reference in a new issue