8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a360064 commit df4eeb3Copy full SHA for df4eeb3
tools/build-release.sh
@@ -336,7 +336,7 @@ if [ ! -z "$prev_any_release" ] && [ "$prev_any_release" != "null" ]; then
336
downloadAndMergePackageJSON "https://github.com/$TRAVIS_REPO_SLUG/releases/download/${prev_any_release}/${PACKAGE_JSON_DEV}" "${pkgJsonDev}" "${curlAuth}" "$releaseDir"
337
338
# Release notes: GIT log comments (prev_any_release, current_release>
339
- echo " - executing: git log --oneline $prev_release.."
+ echo " - executing: git log --oneline $prev_any_release.."
340
git log --oneline $prev_any_release.. > $releaseDir/commits.txt
341
fi
342
0 commit comments