未验证 提交 df4eeb30 编写于 作者: M Me No Dev 提交者: GitHub

Update build-release.sh

fix debug
上级 a3600647
......@@ -336,7 +336,7 @@ if [ ! -z "$prev_any_release" ] && [ "$prev_any_release" != "null" ]; then
downloadAndMergePackageJSON "https://github.com/$TRAVIS_REPO_SLUG/releases/download/${prev_any_release}/${PACKAGE_JSON_DEV}" "${pkgJsonDev}" "${curlAuth}" "$releaseDir"
# Release notes: GIT log comments (prev_any_release, current_release>
echo " - executing: git log --oneline $prev_release.."
echo " - executing: git log --oneline $prev_any_release.."
git log --oneline $prev_any_release.. > $releaseDir/commits.txt
fi
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册