Skip to content

Commit

Permalink
Update build-release.sh
Browse files Browse the repository at this point in the history
Reenable git log in release builds
  • Loading branch information
me-no-dev committed Nov 28, 2018
1 parent 0cbba8a commit b69b04c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/build-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ if [ ! -z "$prev_any_release" ] && [ "$prev_any_release" != "null" ]; then

# Release notes: GIT log comments (prev_any_release, current_release>
echo " - executing: git log --oneline $prev_any_release.."
#git log --oneline $prev_any_release.. > $releaseDir/commits.txt
git log --oneline $prev_any_release.. > $releaseDir/commits.txt
fi

# for RELEASE run update REL JSON as well
Expand All @@ -353,7 +353,7 @@ if [ $bIsPrerelease -eq 0 ]; then

# Release notes: GIT log comments (prev_release, current_release>
echo " - executing: git log --oneline $prev_release.."
#git log --oneline $prev_release.. > $releaseDir/commits.txt
git log --oneline $prev_release.. > $releaseDir/commits.txt
fi
fi

Expand Down

0 comments on commit b69b04c

Please sign in to comment.