From b6e29ca217b02c3ba499b85479a3830f59c9b9b6 Mon Sep 17 00:00:00 2001 From: Damien Martin-Guillerez Date: Wed, 26 Jul 2017 16:06:44 +0200 Subject: Use the correct function to generate the release notes To be cherry-picked for #3375 Change-Id: I81e3660d1e01935101a19d75e1a696296df1941d PiperOrigin-RevId: 163202698 --- scripts/ci/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/ci') diff --git a/scripts/ci/build.sh b/scripts/ci/build.sh index b1d672e7fc..56a740a745 100755 --- a/scripts/ci/build.sh +++ b/scripts/ci/build.sh @@ -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 -- cgit v1.2.3