Skip to content

Commit 689c011

Browse files
damienmgbuchgr
authored andcommitted
Use the correct function to generate the release notes
To be cherry-picked for #3375 Change-Id: I81e3660d1e01935101a19d75e1a696296df1941d PiperOrigin-RevId: 163202698
1 parent 4a1b0fa commit 689c011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ function generate_email() {
181181
}
182182

183183
function get_release_page() {
184-
echo "# $(git_commit_msg)"'
184+
echo "# $(get_full_release_notes)"'
185185
186186
_Notice_: Bazel installers contain binaries licensed under the GPLv2 with
187187
Classpath exception. Those installers should always be redistributed along with

0 commit comments

Comments
 (0)