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
PiperOrigin-RevId: 163202698
  • Loading branch information
damienmg authored and buchgr committed Jul 26, 2017
1 parent b344e2c commit b6e29ca
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 b6e29ca

Please sign in to comment.