Skip to content

Commit 38682d2

Browse files
keertkcopybara-github
authored andcommitted
Fix formatting of release notes
PiperOrigin-RevId: 536324450 Change-Id: I62c0aa7c91f5b38ddae9fae0127ea7b3fb601862
1 parent 67446d6 commit 38682d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/release/relnotes.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,11 +209,13 @@ def get_external_authors_between(base, head):
209209
print("+", note)
210210
print()
211211
else:
212+
print()
212213
for note in filtered_relnotes:
213214
print("+", note)
214215

215216
print()
216217
print("Acknowledgements:")
217218
external_authors = get_external_authors_between(merge_base, "HEAD")
219+
print()
218220
print("This release contains contributions from many people at Google" +
219221
("." if not external_authors else f", as well as {external_authors}."))

0 commit comments

Comments
 (0)