Skip to content

Commit

Permalink
Update build-release.sh
Browse files Browse the repository at this point in the history
Add more debug
  • Loading branch information
me-no-dev authored Nov 27, 2018
1 parent bfde8da commit a360064
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/build-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +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.."
git log --oneline $prev_any_release.. > $releaseDir/commits.txt
fi

Expand Down

0 comments on commit a360064

Please sign in to comment.