We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67446d6 commit 38682d2Copy full SHA for 38682d2
scripts/release/relnotes.py
@@ -209,11 +209,13 @@ def get_external_authors_between(base, head):
209
print("+", note)
210
print()
211
else:
212
+ print()
213
for note in filtered_relnotes:
214
215
216
217
print("Acknowledgements:")
218
external_authors = get_external_authors_between(merge_base, "HEAD")
219
220
print("This release contains contributions from many people at Google" +
221
("." if not external_authors else f", as well as {external_authors}."))
0 commit comments