Skip to content

Commit 95295ba

Browse files
committed
update generate-release-notes
the helper has been updated to handle whitespace itself
1 parent ff7a74c commit 95295ba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/generate-release-notes.bash

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,4 @@ local_end_ref=$(get_end_ref_from_range "${version_range}")
1919
GO_MOD_LOCATION="src/code.cloudfoundry.org/go.mod";
2020

2121
get_non_bot_commits "${local_start_ref}" "${local_end_ref}"
22-
echo ""
2322
display_go_mod_diff "${local_start_ref}" "${local_end_ref}" "${GO_MOD_LOCATION}"

0 commit comments

Comments
 (0)