1cae57399d
Unsure as i need to do more testing.
8 lines
167 B
Bash
8 lines
167 B
Bash
cd ..
|
|
if [-e "LastBuildData.txt"]
|
|
then
|
|
cat LastBuildData.txt
|
|
read line
|
|
git log --pretty="%s" --Since={$line} >> changeLog.txt
|
|
fi
|
|
date +"%Y-%m-%d" >> LastBuildData.txt
|