Skip to content

Commit

Permalink
Use the correct function to generate the release notes
Browse files Browse the repository at this point in the history
To be cherry-picked for #3375

Change-Id: I81e3660d1e01935101a19d75e1a696296df1941d
  • Loading branch information
damienmg committed Jul 25, 2017
1 parent 9a63aff commit aa872f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ function generate_email() {
}

function get_release_page() {
echo "# $(git_commit_msg)"'
echo "# $(get_full_release_notes)"'
_Notice_: Bazel installers contain binaries licensed under the GPLv2 with
Classpath exception. Those installers should always be redistributed along with
Expand Down

0 comments on commit aa872f8

Please sign in to comment.