Update build-release.sh
print out the command
This commit is contained in:
parent
e583a0e879
commit
bfde8daf75
@ -350,7 +350,8 @@ if [ $bIsPrerelease -eq 0 ]; then
|
||||
downloadAndMergePackageJSON "https://github.com/$TRAVIS_REPO_SLUG/releases/download/${prev_release}/${PACKAGE_JSON_REL}" "${pkgJsonRel}" "${curlAuth}" "$releaseDir"
|
||||
|
||||
# Release notes: GIT log comments (prev_release, current_release>
|
||||
cd $srcdir && git log --oneline $prev_release.. > $releaseDir/commits.txt
|
||||
echo " - executing: git log --oneline $prev_release.."
|
||||
git log --oneline $prev_release.. > $releaseDir/commits.txt
|
||||
fi
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user