Skip to content

Commit b6e29ca

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)