Skip to content

Commit a360064

Browse files
authored
Update build-release.sh
Add more debug
1 parent bfde8da commit a360064

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: tools/build-release.sh

+1
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,7 @@ if [ ! -z "$prev_any_release" ] && [ "$prev_any_release" != "null" ]; then
336336
downloadAndMergePackageJSON "https://github.com/$TRAVIS_REPO_SLUG/releases/download/${prev_any_release}/${PACKAGE_JSON_DEV}" "${pkgJsonDev}" "${curlAuth}" "$releaseDir"
337337

338338
# Release notes: GIT log comments (prev_any_release, current_release>
339+
echo " - executing: git log --oneline $prev_release.."
339340
git log --oneline $prev_any_release.. > $releaseDir/commits.txt
340341
fi
341342

0 commit comments

Comments
 (0)