Skip to content

Commit

Permalink
Fix formatting of release notes (#18534)
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 536324450
Change-Id: I62c0aa7c91f5b38ddae9fae0127ea7b3fb601862

Co-authored-by: Ian (Hee) Cha <heec@google.com>
  • Loading branch information
keertk and iancha1992 authored May 30, 2023
1 parent df283f2 commit e4814dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/release/relnotes.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,11 +209,13 @@ def get_external_authors_between(base, head):
print("+", note)
print()
else:
print()
for note in filtered_relnotes:
print("+", note)

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

0 comments on commit e4814dc

Please sign in to comment.