Skip to content

Commit bfde8da

Browse files
authored
Update build-release.sh
print out the command
1 parent e583a0e commit bfde8da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: tools/build-release.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,8 @@ if [ $bIsPrerelease -eq 0 ]; then
350350
downloadAndMergePackageJSON "https://github.com/$TRAVIS_REPO_SLUG/releases/download/${prev_release}/${PACKAGE_JSON_REL}" "${pkgJsonRel}" "${curlAuth}" "$releaseDir"
351351

352352
# Release notes: GIT log comments (prev_release, current_release>
353-
cd $srcdir && git log --oneline $prev_release.. > $releaseDir/commits.txt
353+
echo " - executing: git log --oneline $prev_release.."
354+
git log --oneline $prev_release.. > $releaseDir/commits.txt
354355
fi
355356
fi
356357

0 commit comments

Comments
 (0)