Skip to content

Commit

Permalink
Fix release notes in emails
Browse files Browse the repository at this point in the history
To be cherry-picked for #2246.

--
Change-Id: I50bbd7dc00e4305f36d9a2a3a8841d6d9bcd2bd7
Reviewed-on: https://cr.bazel.build/8034
PiperOrigin-RevId: 142524920
MOS_MIGRATED_REVID=142524920
  • Loading branch information
damienmg authored and aehlig committed Dec 20, 2016
1 parent 4a75349 commit acbcbc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/build.sh
Expand Up @@ -175,7 +175,7 @@ function generate_email() {
local args=(
"%release_name%" "${release_name}"
"%rc%" "${rc}"
"%relnotes%" "# $(git_commit_msg)"
"%relnotes%" "# $(get_full_release_notes)"
)
if [ -n "${rc}" ]; then
args+=(
Expand Down

0 comments on commit acbcbc2

Please sign in to comment.