Skip to content

Commit

Permalink
Update build-release.sh
Browse files Browse the repository at this point in the history
fix debug
  • Loading branch information
me-no-dev committed Nov 27, 2018
1 parent a360064 commit df4eeb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build-release.sh
Expand Up @@ -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

Expand Down

0 comments on commit df4eeb3

Please sign in to comment.